We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954a62b commit fa1fa6eCopy full SHA for fa1fa6e
1 file changed
allsky.sh
@@ -220,9 +220,8 @@ if [[ -f ${ALLSKY_POST_INSTALL_ACTIONS} ]]; then
220
"${ALLSKY_SCRIPTS}/addMessage.sh" --id AM_POST --delete
221
222
MSG="Reminder: Click here to see the action(s) that need to be performed."
223
- PIA="${ALLSKY_POST_INSTALL_ACTIONS/${ALLSKY_HOME}/}"
224
"${ALLSKY_SCRIPTS}/addMessage.sh" --id AM_RM_POST --type warning \
225
- --msg "${MSG}" --url "${PIA}" \
+ --msg "${MSG}" --url "${ALLSKY_POST_INSTALL_ACTIONS_URL}" \
226
--cmd "\nOnce you perform them, click here to remove this message."
227
fi
228
0 commit comments