4
0
Daniel Gibbs 10 жил өмнө
parent
commit
462e54542f

+ 3 - 3
lgsm/functions/core_getopt.sh

@@ -82,7 +82,7 @@ case "${getopt}" in
 	r|restart)
 		command_restart.sh;;
 	u|update)
-		update_check.sh;;
+		command_update.sh;;
 	uf|update-functions)
 		command_update_functions.sh;;
 	m|monitor)
@@ -187,7 +187,7 @@ case "${getopt}" in
 	r|restart)
 		command_restart.sh;;
 	u|update)
-		update_check.sh;;
+		command_update.sh;;
 	fu|force-update|update-restart)
 		forceupdate=1;
 		update_check.sh;;
@@ -318,7 +318,7 @@ case "${getopt}" in
 	r|restart)
 		command_restart.sh;;
 	u|update)
-		update_check.sh;;
+		command_update.sh;;
 	fu|force-update|update-restart)
 		forceupdate=1;
 		update_check.sh;;