New attempt at getting configure-stormux to run on first boot.

This commit is contained in:
Storm Dragon 2024-02-16 01:35:39 -05:00
parent 2144432ec5
commit 3a37c33a64
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +0,0 @@
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
@reboot root /usr/bin/local/configure-stormux

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if [[ "$(tty)" = "/dev/tty1" ]]; then
configure-stormux
fi