This commit is contained in:
parent
16e8616d07
commit
5e319f768f
@ -17,10 +17,10 @@ folder_exists() {
|
|||||||
chown -R work:work ${1}
|
chown -R work:work ${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
pack_frp() {
|
pack_docker() {
|
||||||
cp -rv bin/ conf/ ${1}
|
cp -rv docker-compose.yml ${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
folder_exists ${DEPLOY_PATH}
|
folder_exists ${DEPLOY_PATH}
|
||||||
folder_exists ${LOG_PATH}
|
folder_exists ${LOG_PATH}
|
||||||
pack_frp ${DEPLOY_PATH}
|
pack_docker ${DEPLOY_PATH}
|
||||||
Loading…
Reference in New Issue
Block a user