Fix path
This commit is contained in:
parent
999275e954
commit
823fc718bc
@ -52,6 +52,7 @@ EOF
|
|||||||
|
|
||||||
# get script directory
|
# get script directory
|
||||||
scriptloc="$BASH_SOURCE"
|
scriptloc="$BASH_SOURCE"
|
||||||
|
scriptpath="$(dirname "$scriptloc")"
|
||||||
|
|
||||||
# change to home
|
# change to home
|
||||||
cd "$HOME"
|
cd "$HOME"
|
||||||
@ -331,7 +332,8 @@ fi
|
|||||||
# chmod +x ~/.fehbg
|
# chmod +x ~/.fehbg
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
bash "$scriptloc/gsettings.sh"
|
chmod +x "$scriptpath/gsettings.sh"
|
||||||
|
bash "$scriptpath/gsettings.sh"
|
||||||
echo "Set theme using gsettings"
|
echo "Set theme using gsettings"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user