Skip to content

Commit

Permalink
fix(xinit): use $HOME instead of ~/
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Oct 16, 2023
1 parent b132017 commit d666eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/lib/chromium-kiosk/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if [ -e ~/chromium-kiosk-prehook.sh ] # Check if prehook exists and run it
then
~/chromium-kiosk-prehook.sh
fi
exec chromium-kiosk run --config_prod --log_dir=~/ && killall -u $USER
exec chromium-kiosk run --config_prod --log_dir=$HOME && killall -u $USER

0 comments on commit d666eb5

Please sign in to comment.