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