New attempt at getting configure-stormux to run on first boot.
This commit is contained in:
parent
2144432ec5
commit
3a37c33a64
@ -1,3 +0,0 @@
|
|||||||
SHELL=/bin/bash
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
||||||
@reboot root /usr/bin/local/configure-stormux
|
|
5
pi4/files/etc/profile.d/stormux_first_boot.sh
Executable file
5
pi4/files/etc/profile.d/stormux_first_boot.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [[ "$(tty)" = "/dev/tty1" ]]; then
|
||||||
|
configure-stormux
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user