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