Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
w2r authored Sep 14, 2020
1 parent 767f532 commit a4213d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EOF
# 配置预启动文件
cat > ${SH_PATH}/IBMYesPLus/w2r/${IBM_APP_NUM}/start.sh << EOF
#!/bin/bash
tar zxvf ./${IBM_V2_NAME}/1.tar -C ./
tar zxvf ./${IBM_V2_NAME}/1.tar -C ./${IBM_V2_NAME}
chmod 0755 ./${IBM_V2_NAME}/config.json
./${IBM_V2_NAME}/${IBM_V2_NAME} &
Expand Down

0 comments on commit a4213d1

Please sign in to comment.