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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue