We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b52c2 + c447b9e commit f96a0d9Copy full SHA for f96a0d9
.scripts/update_self.sh
@@ -102,7 +102,7 @@ commands_update_self() {
102
git ls-tree -rt --name-only "${BRANCH}" | xargs sudo chown "${DETECTED_PUID}":"${DETECTED_PGID}" > /dev/null 2>&1 || true
103
sudo chown -R "${DETECTED_PUID}":"${DETECTED_PGID}" "${SCRIPTPATH}/.git" > /dev/null 2>&1 || true
104
sudo chown "${DETECTED_PUID}":"${DETECTED_PGID}" "${SCRIPTPATH}" > /dev/null 2>&1 || true
105
- notice "Updated to [$(ds_version)]"
+ notice "Updated ${APPLICATION_NAME} to $(ds_version)"
106
popd &> /dev/null
107
exec bash "${SCRIPTNAME}" -e
108
}
0 commit comments