Jelajahi Sumber

修改为unix编码

QuYueTing 3 bulan lalu
induk
melakukan
751e84c8b1

+ 4 - 1
fhKeeper/formulahousekeeper/timesheet_deploy/copyFiles.sh

@@ -1,2 +1,5 @@
-\cp timesheet-3.4.0.jar /www/webapps/worktime/;\cp -rf static_pc/dist/* /www/staticproject/timesheet/;\cp -rf static_h5/dist/* /www/staticproject/timesheet_h5/;
+#!/bin/bash
+cp timesheet-3.4.0.jar /www/webapps/worktime/
+cp -rf static_pc/dist/* /www/staticproject/timesheet/
+cp -rf static_h5/dist/* /www/staticproject/timesheet_h5/
 echo 'all files are copied successful, if there is db script, you should run sh import_sql.sh; then you can cd /www/webapps/worktime/ and restart server with command: sh restart.sh'