Update cloneAndMake()

This commit is contained in:
Santiago Lo Coco 2022-01-19 01:30:33 -03:00
parent 2bd6d6264a
commit de2b4f36e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
cloneAndMake() {
if [ -z $password ]; then
if [ -z "$password" ]; then
password=$(displayDialogBox --passwordbox "Enter your password" VALUES 3>&1 1>&2 2>&3)
echo "$password" | sudo -S bash -c "" > /dev/null 2>&1
fi