aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 00d1089..5692c50 100755
--- a/install.sh
+++ b/install.sh
@@ -97,7 +97,7 @@ __check_setupvars() {
APP_PW_SANE="$(echo $APP_PW | sed s/{/\\\\{/g | sed s/}/\\\\}/g)"
# password checksum'd so no plaintext
- HASHED_PASSWORD=$(printf "%s" "$APP_PW" | sha256sum)
+ HASHED_PASSWORD=$(printf "%s" "$APP_PW" | sha256sum | cut -d' ' -f1)
if ! echo "$YOUR_EMAIL" | grep "$emailre" >/dev/null; then
printf "\nYour email address is not a valid one. Edit $self_fullpath and