diff options
Diffstat (limited to 'systemd/pacman-offline')
-rwxr-xr-x | systemd/pacman-offline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline index 48692eb..b3db182 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -25,7 +25,7 @@ pacman --config /run/pacman.conf --sync --noconfirm --sysupgrade pacman --sync --noconfirm --clean # reboot -if [ -s "/usr/lib/modules/$(uname -r)/pkgbase" ]; then +if [ -s "/usr/lib/modules/$(uname -r)/pkgbase" ] && systemctl --dry-run soft-reboot 2>/dev/null; then systemctl soft-reboot else systemctl reboot |