utils/installer.sh: fix for replace existing config.
This commit is contained in:
parent
45ef0320e5
commit
f6fa53d4c3
1 changed files with 4 additions and 4 deletions
|
@ -188,13 +188,13 @@ then
|
|||
# Overwrite existing?
|
||||
if [ -n $PRELUDE_INTO ]
|
||||
then
|
||||
# Install into existing config
|
||||
PRELUDE_INSTALL_DIR=$PRELUDE_INSTALL_DIR"/prelude"
|
||||
install_prelude
|
||||
else
|
||||
# Replace existing config
|
||||
install_prelude
|
||||
make_prelude_dirs
|
||||
else
|
||||
# Install into existing config
|
||||
PRELUDE_INSTALL_DIR=$PRELUDE_INSTALL_DIR"/prelude"
|
||||
install_prelude
|
||||
fi
|
||||
elif [ -e $PRELUDE_INSTALL_DIR ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue