Selaa lähdekoodia

Update switch.sh

FusionPBX 8 vuotta sitten
vanhempi
commit
6b87e0a43b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      freebsd/resources/switch.sh

+ 2 - 2
freebsd/resources/switch.sh

@@ -12,7 +12,7 @@ if [ .$switch_source = ."package" ]; then
 	switch/package-release.sh
 	switch/package-release.sh
 
 
 	#copy the switch conf files
 	#copy the switch conf files
-	switch/package-conf-copy.sh
+	switch/package-copy.sh
 
 
 	#set the file permissions
 	#set the file permissions
 	switch/package-permissions.sh
 	switch/package-permissions.sh
@@ -28,7 +28,7 @@ if [ .$switch_source = ."source" ]; then
 	fi
 	fi
 
 
 	#copy the switch conf files
 	#copy the switch conf files
-	switch/source-conf-copy.sh
+	switch/source-copy.sh
 
 
 	#set the file permissions
 	#set the file permissions
 	switch/source-permissions.sh
 	switch/source-permissions.sh