peerjs-server : update 3/x
This commit is contained in:
parent
b8e2ca813c
commit
de15d8f2a9
|
@ -19,9 +19,14 @@ else
|
||||||
echo Rebuilding container ${container_name}.
|
echo Rebuilding container ${container_name}.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# pull first for minimal downtime
|
||||||
podman pull ${upstream_imageversion}
|
podman pull ${upstream_imageversion}
|
||||||
|
|
||||||
${ABSDIR}/80_destroy.sh
|
${ABSDIR}/80_destroy.sh
|
||||||
${ABSDIR}/10_install.sh
|
${ABSDIR}/10_install.sh
|
||||||
${ABSDIR}/20_enable.sh
|
${ABSDIR}/20_enable.sh
|
||||||
${ABSDIR}/30_start.sh
|
${ABSDIR}/30_start.sh
|
||||||
|
|
||||||
|
podman rmi ${current_imageversion}
|
||||||
|
|
||||||
|
${ABSDIR}/00_status.sh
|
||||||
|
|
Loading…
Reference in a new issue