Rename the $XDG_DOCUMENTS_DIR folder
This commit is contained in:
parent
67c6eba5bd
commit
b64b7ac6cb
5 changed files with 14 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue