mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
systemd
This commit is contained in:
parent
0f9590a6bd
commit
34604224c6
@ -5,8 +5,10 @@ set -e
|
|||||||
trap "sleep 1; continue" ERR
|
trap "sleep 1; continue" ERR
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
set +e
|
||||||
docker cp websoft9-git:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
docker cp websoft9-git:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
||||||
docker cp websoft9-deployment:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
docker cp websoft9-deployment:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
||||||
docker cp websoft9-proxy:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
docker cp websoft9-proxy:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
|
||||||
|
set -e
|
||||||
sleep 3
|
sleep 3
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user