Skip to content

Commit fa1fa6e

Browse files
authored
Update allsky.sh: Use ALLSKY_POST_INSTALL_ACTIONS_URL
1 parent 954a62b commit fa1fa6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

allsky.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ if [[ -f ${ALLSKY_POST_INSTALL_ACTIONS} ]]; then
220220
"${ALLSKY_SCRIPTS}/addMessage.sh" --id AM_POST --delete
221221

222222
MSG="Reminder: Click here to see the action(s) that need to be performed."
223-
PIA="${ALLSKY_POST_INSTALL_ACTIONS/${ALLSKY_HOME}/}"
224223
"${ALLSKY_SCRIPTS}/addMessage.sh" --id AM_RM_POST --type warning \
225-
--msg "${MSG}" --url "${PIA}" \
224+
--msg "${MSG}" --url "${ALLSKY_POST_INSTALL_ACTIONS_URL}" \
226225
--cmd "\nOnce you perform them, click here to remove this message."
227226
fi
228227
fi

0 commit comments

Comments
 (0)