Browse Source

Chmod the server_update shell

Gaël Métais 11 năm trước cách đây
mục cha
commit
85654aa7a8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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