diff --git a/iycms/3.3.44/scripts/init.sh b/iycms/3.3.44/scripts/init.sh index 930b83d71..77b849120 100644 --- a/iycms/3.3.44/scripts/init.sh +++ b/iycms/3.3.44/scripts/init.sh @@ -8,19 +8,6 @@ if [ -f .env ]; then sed -i '/^ENV_FILE=/d' .env echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - if [ ! -d "$IYCMS_ROOT_PATH/config" ]; then - mkdir -p "$IYCMS_ROOT_PATH/config" - fi - - if [ -d "$IYCMS_ROOT_PATH/config/config.conf" ]; then - rm -r "$IYCMS_ROOT_PATH/config/config.conf" - touch "$IYCMS_ROOT_PATH/config/config.conf" - elif [ ! -f "$IYCMS_ROOT_PATH/config/config.conf" ]; then - cp ./config/config.conf "$IYCMS_ROOT_PATH/config/config.conf" - else - echo "config.conf cp error." - fi - echo "Check Finish." else diff --git a/iycms/3.3.44/scripts/upgrade.sh b/iycms/3.3.44/scripts/upgrade.sh index 930b83d71..77b849120 100644 --- a/iycms/3.3.44/scripts/upgrade.sh +++ b/iycms/3.3.44/scripts/upgrade.sh @@ -8,19 +8,6 @@ if [ -f .env ]; then sed -i '/^ENV_FILE=/d' .env echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - if [ ! -d "$IYCMS_ROOT_PATH/config" ]; then - mkdir -p "$IYCMS_ROOT_PATH/config" - fi - - if [ -d "$IYCMS_ROOT_PATH/config/config.conf" ]; then - rm -r "$IYCMS_ROOT_PATH/config/config.conf" - touch "$IYCMS_ROOT_PATH/config/config.conf" - elif [ ! -f "$IYCMS_ROOT_PATH/config/config.conf" ]; then - cp ./config/config.conf "$IYCMS_ROOT_PATH/config/config.conf" - else - echo "config.conf cp error." - fi - echo "Check Finish." else