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