firestarter: Fix option declaration
This commit is contained in:
parent
8de955e932
commit
c6f5fd2066
3
.xinitrc
3
.xinitrc
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
if [ -x "$HOME/.firestarter/firestarter" ]; then
|
||||||
exec FS_DIEONWM=true "$HOME/.firestarter/firestarter"
|
export FS_DIEONWM=true
|
||||||
|
exec "$HOME/.firestarter/firestarter" | tee .firestarter.log
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user