mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 07:10:52 -05:00
rc.S: use absolute path
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ fi
|
||||
# provided to override which device is mounted for /boot (default: UNRAID)
|
||||
UNRAIDLABEL="UNRAID"
|
||||
UNRAIDROOT=
|
||||
set -- $(cat /proc/cmdline)
|
||||
set -- $(/bin/cat /proc/cmdline)
|
||||
for x in "$@"; do
|
||||
case "$x" in
|
||||
unraidlabel=*)
|
||||
|
||||
Reference in New Issue
Block a user