Przeglądaj źródła

Chmod the server_update shell

Gaël Métais 11 lat temu
rodzic
commit
85654aa7a8
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      server_config/server_update.sh

+ 2 - 1
server_config/server_update.sh

@@ -1,9 +1,10 @@
 #!/usr/bin/env bash
 
+cd /space/YellowLabTools
+
 # Stop the server
 forever stopall
 
-cd /space/YellowLabTools
 # Keep the settings.json file
 git stash
 git pull