commit 4b94de0615fa654d619333a8b155fca2abf877bf parent 7ba9eb70b4b0a7efd8c960b4b856b63053d9fcb3 Author: mrgrouse <bdmfegys@duck.com> Date: Sun, 3 Aug 2025 05:01:39 -0400 sinit/rc.mounts: fix shebang Diffstat:
| M | sinit/rc.mounts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sinit/rc.mounts b/sinit/rc.mounts @@ -1,4 +1,4 @@ -#!/bin/execlineb -S0 +#!/usr/bin/execlineb # basic skeleton #background { printf "Mounting filesystem...\n" } #foreground { if {mountpoint -q } mount -t -o }