Update install.sh
This commit is contained in:
parent
74a292ffda
commit
806574a03f
|
|
@ -506,7 +506,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
|
||||||
}
|
}
|
||||||
}' > /dev/null
|
}' > /dev/null
|
||||||
|
|
||||||
read -rp 'Installation Directory [appsmith]: ' install_dir
|
read -rp 'Create an Installation Directory: [appsmith]' install_dir
|
||||||
install_dir="${install_dir:-appsmith}"
|
install_dir="${install_dir:-appsmith}"
|
||||||
if [[ $install_dir != /* ]]; then
|
if [[ $install_dir != /* ]]; then
|
||||||
# If it's not an absolute path, prepend current working directory to it, to make it an absolute path.
|
# If it's not an absolute path, prepend current working directory to it, to make it an absolute path.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user