Skip to content

Commit

Permalink
Update idoit-install variant hint
Browse files Browse the repository at this point in the history
A customer installed PRO instead of EVAL because there was no hint
  • Loading branch information
MichaelOv authored Jan 18, 2024
1 parent b62c5a0 commit 8d50f65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions idoit-install
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,12 @@ function prepareIDoit {
log "Cleanup VHost directory"
rm -rf "${INSTALL_DIR:?}/"* || abort "Unable to remove files"
rm -f "${INSTALL_DIR}"/.htaccess || abort "Unable to remove files"

log ""
echo -e "For evaluation use \033[32mEVAL\033[0m"
echo -e "If you have a license use \033[32mPRO\033[0m"
echo -e "If you want the open version use \033[32mOPEN\033[0m"
log ""

echo -n -e "Which variant of i-doit do you like to install? [EVAL|pro|open]: "

Expand Down

0 comments on commit 8d50f65

Please sign in to comment.