summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh2
-rwxr-xr-xstatic/thesiah.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 4822d0d..264a8c8 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -301,7 +301,7 @@ Exec=/usr/local/lib/arkenfox-auto-update' >/etc/pacman.d/hooks/arkenfox.hook
installffaddons() {
addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper"
addontmp="$(mktemp -d)"
- trap "rm -fr $addontmp" HUP INT QUIT TERM PWR EXIT
+ trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '
sudo -u "$name" mkdir -p "$sipdir/extensions/"
for addon in $addonlist; do
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 4822d0d..264a8c8 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -301,7 +301,7 @@ Exec=/usr/local/lib/arkenfox-auto-update' >/etc/pacman.d/hooks/arkenfox.hook
installffaddons() {
addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper"
addontmp="$(mktemp -d)"
- trap "rm -fr $addontmp" HUP INT QUIT TERM PWR EXIT
+ trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '
sudo -u "$name" mkdir -p "$sipdir/extensions/"
for addon in $addonlist; do