Move automated scripts folder into the "Setup" folder

This commit is contained in:
Alexander Hess 2024-03-14 15:50:56 +01:00
parent 1cb37bd89a
commit 174dfa35c0
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -179,8 +179,8 @@ _fix_locations() {
run-private-scripts() { # in the Nextcloud run-private-scripts() { # in the Nextcloud
sudo --validate || return sudo --validate || return
if [ -d "$HOME/Cloud/Getraenkemarkt/Shell" ]; then if [ -d "$HOME/Cloud/Getraenkemarkt/Setup/Shell" ]; then
for file in $HOME/Cloud/Getraenkemarkt/Shell/*.sh; do for file in $HOME/Cloud/Getraenkemarkt/Setup/Shell/*.sh; do
source $file source $file
done done
fi fi