Browse Source

修改为unix编码

QuYueTing 3 tháng trước cách đây
mục cha
commit
751e84c8b1
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      fhKeeper/formulahousekeeper/timesheet_deploy/copyFiles.sh

+ 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'