12345 |
- #!/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'
|