parent
9b9c42fc57
commit
60d3069349
@ -19,7 +19,7 @@ CURRENT_MODE="$(head .mode)"
|
|||||||
CURRENT_MODE=${CURRENT_MODE:="normal"}
|
CURRENT_MODE=${CURRENT_MODE:="normal"}
|
||||||
|
|
||||||
# Check if config-overrides dir exists
|
# Check if config-overrides dir exists
|
||||||
if [[ ! -d "${NORMAL_CFG}" ]] || [[ ! -d "${EXPERT_CFG}" ]]; then
|
if [ ! -d "${NORMAL_CFG}" ] || [ ! -d "${EXPERT_CFG}" ]; then
|
||||||
printf "\n\n${RED}Could not find \`config-overrides\` directory! \nMake sure you are in the \`/minecraft\` directory of your instance! (The one containing \`/config\`)${NORMAL}\n"
|
printf "\n\n${RED}Could not find \`config-overrides\` directory! \nMake sure you are in the \`/minecraft\` directory of your instance! (The one containing \`/config\`)${NORMAL}\n"
|
||||||
printf "${YELLOW}Otherwise, if you are in the \`/minecraft\` directory, please try reinstalling the pack.${NORMAL}\n"
|
printf "${YELLOW}Otherwise, if you are in the \`/minecraft\` directory, please try reinstalling the pack.${NORMAL}\n"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user