From 174dfa35c0532d34e83c54ec00fb69aabbee2d27 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Thu, 14 Mar 2024 15:50:56 +0100 Subject: [PATCH] Move automated scripts folder into the "Setup" folder --- .config/shell/utils.d/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/utils.d/update.sh b/.config/shell/utils.d/update.sh index 03f67e6..f85d7ab 100644 --- a/.config/shell/utils.d/update.sh +++ b/.config/shell/utils.d/update.sh @@ -179,8 +179,8 @@ _fix_locations() { run-private-scripts() { # in the Nextcloud sudo --validate || return - if [ -d "$HOME/Cloud/Getraenkemarkt/Shell" ]; then - for file in $HOME/Cloud/Getraenkemarkt/Shell/*.sh; do + if [ -d "$HOME/Cloud/Getraenkemarkt/Setup/Shell" ]; then + for file in $HOME/Cloud/Getraenkemarkt/Setup/Shell/*.sh; do source $file done fi