mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
notifications: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
b464f5c077
commit
0b7fe7be09
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user