Use more traditional user folder names
This commit is contained in:
parent
93677129bd
commit
f5edfd09cd
4 changed files with 20 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue