diff --git a/install-next.sh b/install-next.sh index 2907139..957ae30 100644 --- a/install-next.sh +++ b/install-next.sh @@ -244,6 +244,12 @@ source $MSTEMPDIR/mystic/dosemu2/info-${SCRIPT_VER}.sh #============================================================================================================== +echo "if you want to start some mystic tools become the mystic user first (su - mystic) or" >> ${DBP_INFO} +echo "start the command with sudo -u mystic ./mis ...." >> ${DBP_INFO} +echo "when you switched to the ${MYSTIC_DIR}" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} + chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null cat ${DBP_INFO} diff --git a/install.sh b/install.sh index 4e35282..a2998da 100644 --- a/install.sh +++ b/install.sh @@ -244,6 +244,12 @@ source $MSTEMPDIR/mystic/dosemu2/info-${SCRIPT_VER}.sh #============================================================================================================== +echo "if you want to start some mystic tools become the mystic user first (su - mystic) or" >> ${DBP_INFO} +echo "start the command with sudo -u mystic ./mis ...." >> ${DBP_INFO} +echo "when you switched to the ${MYSTIC_DIR}" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} + chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null cat ${DBP_INFO}