notifications: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-14 17:22:32 +02:00
parent b464f5c077
commit 0b7fe7be09
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ if [ "${1}" = "late" ]; then
mkdir -p "/tmpRoot/usr/lib/systemd/system"
DEST="/tmpRoot/usr/lib/systemd/system/notify.service"
echo "[Unit]" >${DEST}
echo "Description=Arc notify" >>${DEST}
echo "Description=arc notify" >>${DEST}
echo "After=multi-user.target" >>${DEST}
echo >>${DEST}
echo "[Service]" >>${DEST}

View File

@ -6,7 +6,7 @@
# See /LICENSE for more information.
#
LOCALTAG="$(cat /usr/arc/VERSION 2>/dev/null | grep LOADERVERSION | cut -d'=' -f2)"
LOCALTAG="$(cat /usr/arc/VERSION 2>/dev/null | grep LOADERVERSION | cut -d'=' -f2 | sed 's/\"//g')"
if [ -z "${LOCALTAG}" ]; then
echo "Unknown bootloader version!"
exit 0