mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Swap
This commit is contained in:
parent
97735f19f1
commit
d5ec83639b
@ -71,13 +71,13 @@ function config_generate {
|
||||
read INPUT_ADVANCED_INSTALL
|
||||
INPUT_ADVANCED_INSTALL="${INPUT_ADVANCED_INSTALL:-N}"
|
||||
|
||||
if [ "${INPUT_ADVANCED_INSTALL}" == "N" ]
|
||||
if [ "${INPUT_ADVANCED_INSTALL}" == "Y" ]
|
||||
then
|
||||
MESSAGE="Advanced Configuration Selected"
|
||||
echo_info
|
||||
|
||||
advanced_config_generate
|
||||
elif [ "${INPUT_ADVANCED_INSTALL}" == "Y" ]
|
||||
elif [ "${INPUT_ADVANCED_INSTALL}" == "N" ]
|
||||
then
|
||||
MESSAGE="Standard Configuration Selected"
|
||||
echo_info
|
||||
|
Loading…
Reference in New Issue
Block a user