From 03885e3e8b8795ab2bc06a88ca1157a2e926103b Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 8 Jul 2019 10:18:07 +0400 Subject: [PATCH] install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5547395..6b932d8 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ BASEDIR=$PWD -if [ $BASEDIR -ne '/opt/debian-bash' ]; then +if [[ $BASEDIR -ne '/opt/debian-bash' ]]; then # download and filfull /etc/debian-bash, then run it from folder rm -rf /opt/debian-bash