summaryrefslogtreecommitdiff
path: root/firestart
diff options
context:
space:
mode:
Diffstat (limited to 'firestart')
-rwxr-xr-xfirestart2
1 files changed, 1 insertions, 1 deletions
diff --git a/firestart b/firestart
index b146d80..d88ae52 100755
--- a/firestart
+++ b/firestart
@@ -15,7 +15,7 @@ fi
15 15
16if systemctl --user is-active "$UNIT" >/dev/null 16if systemctl --user is-active "$UNIT" >/dev/null
17then 17then
18 exec "$CMD" "$@" 18 exec "$CMD" "$@" # Asks existing firefox to open a new window.
19 exit 19 exit
20fi 20fi
21 21