Explorar el Código

update change

Daniel Gibbs hace 10 años
padre
commit
69ff8175c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;;