diff --git a/scripts/install b/scripts/install index 227b349..79c1be3 100644 --- a/scripts/install +++ b/scripts/install @@ -10,10 +10,6 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi -# Remove trailing "/" for next commands -if [ $path != "/" ]; then -path=${path%/} -fi # Generate random DES key & password deskey=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' | sed -n 's/\(.\{24\}\).*/\1/p')