Update nextcloud on moria with update script

This commit is contained in:
Marko Korhonen 2023-10-18 09:16:26 +03:00
parent 72e68f8af9
commit 7455165138
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -211,7 +211,7 @@ update() {
aur sync -Su --margs --noconfirm
}
docker-update() {
local docker-update() {
prevpwddocker=$PWD
for dir in $HOME/git/dotfiles/docker/*; do
cd $dir
@ -225,6 +225,10 @@ update() {
done
cd $prevpwddocker
docker system prune -af --volumes
occ upgrade
occ app:update --all
occ db:add-missing-indices
}
{%@@ endif @@%}