firestarter: Fix option declaration

This commit is contained in:
Salt 2020-05-24 23:39:09 -05:00
parent 8de955e932
commit c6f5fd2066

View File

@ -1,5 +1,6 @@
#!/bin/bash
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