dom0-updates: remove unused code from cron job
This commit is contained in:
parent
55f67d602e
commit
d9a2a66073
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Get normal user name
|
||||
LOCAL_USER=`users | sed -e 's/root *//' | cut -d' ' -f 1`
|
||||
NOTIFY_ICON=/usr/share/qubes/icons/dom0-update-avail.svg
|
||||
UPDATES_STAT_FILE=/var/lib/qubes/updates/dom0-updates-available
|
||||
UPDATES_DISABLE_FLAG=/var/lib/qubes/updates/disable-updates
|
||||
@ -19,10 +17,5 @@ if [ "$RETCODE" -ne 100 ]; then
|
||||
exit $RETCODE
|
||||
fi
|
||||
|
||||
if [ -z "$LOCAL_USER" ]; then
|
||||
echo "ERROR: no user logged in, cannot nofity about updates" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Touch stat file for qubes-manager
|
||||
touch $UPDATES_STAT_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user