Update install.sh

This commit is contained in:
Nikhil Nandagopal 2021-04-26 16:21:54 +05:30 committed by GitHub
parent 74a292ffda
commit 806574a03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -506,7 +506,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
}
}' > /dev/null
read -rp 'Installation Directory [appsmith]: ' install_dir
read -rp 'Create an Installation Directory: [appsmith]' install_dir
install_dir="${install_dir:-appsmith}"
if [[ $install_dir != /* ]]; then
# If it's not an absolute path, prepend current working directory to it, to make it an absolute path.