Browse Source

Chmod the server_update shell

Gaël Métais 11 years ago
parent
commit
85654aa7a8
1 changed files with 2 additions and 1 deletions
  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