Move automated scripts folder into the "Setup" folder
This commit is contained in:
parent
1cb37bd89a
commit
174dfa35c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue