Skip to content

Commit

Permalink
Use systemctl to reboot (#849)
Browse files Browse the repository at this point in the history
* Use systemctl to reboot

I've been getting errors that reboot isn't found

* Update toltec-bootstrap version
  • Loading branch information
Eeems authored May 24, 2024
1 parent 3b764f4 commit ef649a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.4.0-1
pkgver=0.4.1-1
timestamp=2023-11-27T00:34Z
section="utils"
maintainer="Eeems <eeems@eeems.email>"
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ MSG
fi

log INFO "Rebooting"
reboot
systemctl reboot
;;

status)
Expand Down

0 comments on commit ef649a7

Please sign in to comment.