poweroff, reboot: Do not use bash

These need to work on legacy-flash boards.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2023-03-13 12:51:42 -04:00
parent 0760b6f237
commit 0c4fdf343b
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
. /etc/functions
#!/bin/ash
. /etc/ash_functions
TRACE "Under /bin/poweroff"

View File

@ -1,5 +1,5 @@
#!/bin/bash
. /etc/functions
#!/bin/ash
. /etc/ash_functions
TRACE "Under /bin/reboot"