kindring 1 рік тому
батько
коміт
719971013a
1 змінених файлів з 9 додано та 9 видалено
  1. 9 9
      test.sh

+ 9 - 9
test.sh

@@ -1,18 +1,18 @@
 #!/bin/sh
-if [ ! -f "./configs/Server.json" ];
+if [ ! -f "./config/Server.json" ];
 then
-  cp ./conf/Server.json ./configs/Server.json
-  echo "Server.json copied from /conf to /configs"
+  cp ./conf/Server.json ./config/Server.json
+  echo "Server.json copied from /conf to /config"
 fi
-if [ ! -f "./configs/file.json" ];
+if [ ! -f "./config/file.json" ];
 then
-  cp ./conf/file.json ./configs/file.json
-  echo "file.json copied from /conf to /configs"
+  cp ./conf/file.json ./config/file.json
+  echo "file.json copied from /conf to /config"
 fi
-if [ ! -f "./configs/Custom.json" ];
+if [ ! -f "./config/Custom.json" ];
 then
-  cp ./conf/Custom.json ./configs/Custom.json
-  echo "file.json copied from /conf to /configs"
+  cp ./conf/Custom.json ./config/Custom.json
+  echo "file.json copied from /conf to /config"
 fi
 
 npm run start