aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rwxr-xr-xcontent/launch_librewolf.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/launch_librewolf.sh b/content/launch_librewolf.sh
index 26c1bd5..b574437 100755
--- a/content/launch_librewolf.sh
+++ b/content/launch_librewolf.sh
@@ -26,7 +26,4 @@ export SNAP_NAME="firefox";
# Launches librewolf
chmod +x $INSTALL_FOLDER/librewolf;
-$INSTALL_FOLDER/librewolf "$@";
-
-
-
+$INSTALL_FOLDER/librewolf "$@";
bgstack15