diff --git a/notify/install.sh b/notify/install.sh index bf218d6..68b1852 100755 --- a/notify/install.sh +++ b/notify/install.sh @@ -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} diff --git a/updatenotify/all/usr/bin/updatenotify.sh b/updatenotify/all/usr/bin/updatenotify.sh index f88347d..54c471e 100755 --- a/updatenotify/all/usr/bin/updatenotify.sh +++ b/updatenotify/all/usr/bin/updatenotify.sh @@ -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