Rename the $XDG_DOCUMENTS_DIR folder

This commit is contained in:
Alexander Hess 2024-02-15 23:14:57 +01:00
commit b64b7ac6cb
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
5 changed files with 14 additions and 21 deletions

View file

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