Use more traditional user folder names

This commit is contained in:
Alexander Hess 2024-01-17 02:46:05 +01:00
commit f5edfd09cd
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 20 additions and 15 deletions

View file

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