Daniel Gibbs 10 лет назад
Родитель
Сommit
69ff8175c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/core_getopt.sh

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -17,7 +17,7 @@ case "$getopt" in
 	r|restart)
 	r|restart)
 		command_restart.sh;;
 		command_restart.sh;;
 	u|update)
 	u|update)
-		update_check.sh;;
+		command_update.sh;;
 	fu|force-update|update-restart)
 	fu|force-update|update-restart)
 		forceupdate=1;
 		forceupdate=1;
 		command_update.sh;;
 		command_update.sh;;