Daniel Gibbs пре 10 година
родитељ
комит
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)
 		command_restart.sh;;
 	u|update)
-		update_check.sh;;
+		command_update.sh;;
 	fu|force-update|update-restart)
 		forceupdate=1;
 		command_update.sh;;