Преглед изворни кода

Chmod the server_update shell

Gaël Métais пре 10 година
родитељ
комит
85654aa7a8
1 измењених фајлова са 2 додато и 1 уклоњено
  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