refactoring scripts identiques : pod destroy
This commit is contained in:
parent
87e06f592f
commit
db91296893
20
_podman-common/80_destroy_pod.sh
Executable file
20
_podman-common/80_destroy_pod.sh
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
||||||
|
source ${ABSDIR}/../functions.sh
|
||||||
|
source ${ABSDIR}/vars.sh
|
||||||
|
|
||||||
|
ensure_pwd_is_scriptdir
|
||||||
|
ensure_not_root
|
||||||
|
|
||||||
|
# FAIL if pod does not exists
|
||||||
|
ensure_pod_exists ${pod_name}
|
||||||
|
|
||||||
|
# FAIL if pod is running
|
||||||
|
ensure_pod_not_running ${pod_name}
|
||||||
|
|
||||||
|
${ABSDIR}/70_disable.sh
|
||||||
|
|
||||||
|
rm -f ${HOME}/.config/systemd/user/${service_name}
|
||||||
|
systemctl --user daemon-reload
|
||||||
|
podman pod rm ${pod_name}
|
|
@ -1,20 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
||||||
source ${ABSDIR}/../functions.sh
|
|
||||||
source ${ABSDIR}/vars.sh
|
|
||||||
|
|
||||||
ensure_pwd_is_scriptdir
|
|
||||||
ensure_not_root
|
|
||||||
|
|
||||||
# FAIL if pod does not exists
|
|
||||||
ensure_pod_exists ${pod_name}
|
|
||||||
|
|
||||||
# FAIL if pod is running
|
|
||||||
ensure_pod_not_running ${pod_name}
|
|
||||||
|
|
||||||
${ABSDIR}/70_disable.sh
|
|
||||||
|
|
||||||
rm -f ${HOME}/.config/systemd/user/${service_name}
|
|
||||||
systemctl --user daemon-reload
|
|
||||||
podman pod rm ${pod_name}
|
|
1
podman-framadate/80_destroy.sh
Symbolic link
1
podman-framadate/80_destroy.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../_podman-common/80_destroy_pod.sh
|
|
@ -1,20 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
||||||
source ${ABSDIR}/../functions.sh
|
|
||||||
source ${ABSDIR}/vars.sh
|
|
||||||
|
|
||||||
ensure_pwd_is_scriptdir
|
|
||||||
ensure_not_root
|
|
||||||
|
|
||||||
# FAIL if pod does not exists
|
|
||||||
ensure_pod_exists ${pod_name}
|
|
||||||
|
|
||||||
# FAIL if pod is running
|
|
||||||
ensure_pod_not_running ${pod_name}
|
|
||||||
|
|
||||||
${ABSDIR}/70_disable.sh
|
|
||||||
|
|
||||||
rm -f ${HOME}/.config/systemd/user/${service_name}
|
|
||||||
systemctl --user daemon-reload
|
|
||||||
podman pod rm ${pod_name}
|
|
1
podman-jitsi/80_destroy.sh
Symbolic link
1
podman-jitsi/80_destroy.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../_podman-common/80_destroy_pod.sh
|
|
@ -1,22 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
||||||
source ${ABSDIR}/../functions.sh
|
|
||||||
source ${ABSDIR}/vars.sh
|
|
||||||
|
|
||||||
ensure_pwd_is_scriptdir
|
|
||||||
ensure_not_root
|
|
||||||
|
|
||||||
# FAIL if pod does not exists
|
|
||||||
ensure_pod_exists ${pod_name}
|
|
||||||
|
|
||||||
# FAIL if pod is running
|
|
||||||
ensure_pod_not_running ${pod_name}
|
|
||||||
|
|
||||||
${ABSDIR}/70_disable.sh
|
|
||||||
|
|
||||||
rm -f ${HOME}/.config/systemd/user/${service_name}
|
|
||||||
rm -f ${HOME}/.config/systemd/user/container-${container_name}.service
|
|
||||||
rm -f ${HOME}/.config/systemd/user/container-${db_container_name}.service
|
|
||||||
systemctl --user daemon-reload
|
|
||||||
podman pod rm ${pod_name}
|
|
1
podman-matrix/80_destroy.sh
Symbolic link
1
podman-matrix/80_destroy.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../_podman-common/80_destroy_pod.sh
|
|
@ -1,20 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
||||||
source ${ABSDIR}/../functions.sh
|
|
||||||
source ${ABSDIR}/vars.sh
|
|
||||||
|
|
||||||
ensure_pwd_is_scriptdir
|
|
||||||
ensure_not_root
|
|
||||||
|
|
||||||
# FAIL if pod does not exists
|
|
||||||
ensure_pod_exists ${pod_name}
|
|
||||||
|
|
||||||
# FAIL if pod is running
|
|
||||||
ensure_pod_not_running ${pod_name}
|
|
||||||
|
|
||||||
${ABSDIR}/70_disable.sh
|
|
||||||
|
|
||||||
rm -f ${HOME}/.config/systemd/user/${service_name}
|
|
||||||
systemctl --user daemon-reload
|
|
||||||
podman pod rm ${pod_name}
|
|
1
podman-seafile/80_destroy.sh
Symbolic link
1
podman-seafile/80_destroy.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../_podman-common/80_destroy_pod.sh
|
Loading…
Reference in a new issue