Add a bit of separation

This commit is contained in:
Alexander Hess 2024-03-19 09:29:19 +01:00
parent b8fb952c2b
commit c507180fb7
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

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