1
0
Fork 0

zsh aliases: reshuffle ALL_CONTAINERS so uptime kuma stops first upon using alias 'containerstopall'

This commit is contained in:
Pratham Patel 2023-02-05 05:29:49 +05:30
parent 674a596b37
commit 3644beaae7
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,8 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
alias drivetemp="sudo hdparm -CH /dev/sda /dev/sdb"
# aliases for container management
ALL_CONTAINERS=("container-caddy-vishwambhar.service" \
ALL_CONTAINERS=("container-uptime-vishnu.service" \
"container-caddy-vishwambhar.service" \
"container-gitea-govinda.service" \
"container-gitea-chitragupta.service" \
"container-hugo-vaikunthnatham.service" \
@ -142,7 +143,6 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
"container-nextcloud-chitragupta.service" \
"container-hugo-mahayogi.service" \
"container-gotify-akashvani.service" \
"container-uptime-vishnu.service" \
"container-transmission-raadhe.service" \
)
alias containerupdate="podman auto-update --dry-run | grep -v 'false'"