summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh3
-rwxr-xr-xstatic/thesiah.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 9288e33..e5226dc 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -107,7 +107,6 @@ adduserandpass() {
mkdir -p "$repodir"
chown -R "$name":wheel "$(dirname "$repodir")"
echo "$name:$pass1" | chpasswd
- unset pass1 pass2
}
refreshkeys() {
@@ -615,6 +614,8 @@ microsetup() {
}
finalize() {
+ unset pass1 pass2
+ unset epass1 epass2
sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/bg.png /home/"$name"/.local/share/bg
# Farewell
whiptail --title "All done!" \
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 9288e33..e5226dc 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -107,7 +107,6 @@ adduserandpass() {
mkdir -p "$repodir"
chown -R "$name":wheel "$(dirname "$repodir")"
echo "$name:$pass1" | chpasswd
- unset pass1 pass2
}
refreshkeys() {
@@ -615,6 +614,8 @@ microsetup() {
}
finalize() {
+ unset pass1 pass2
+ unset epass1 epass2
sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/bg.png /home/"$name"/.local/share/bg
# Farewell
whiptail --title "All done!" \