copyFiles.sh 353 B

12345
  1. #!/bin/bash
  2. \cp timesheet-3.4.0.jar /www/webapps/worktime/
  3. \cp -rf static_pc/dist/* /www/staticproject/timesheet/
  4. \cp -rf static_h5/dist/* /www/staticproject/timesheet_h5/
  5. 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'