Compare commits
No commits in common. "2af9365e22392db8adc872f6c017b5ec68b37693" and "2144432ec55e4bedc464ac90e88c1b2c3a4a0270" have entirely different histories.
2af9365e22
...
2144432ec5
3
pi4/files/etc/cron.d/0firstrun
Normal file
3
pi4/files/etc/cron.d/0firstrun
Normal file
@ -0,0 +1,3 @@
|
||||
SHELL=/bin/bash
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
@reboot root /usr/bin/local/configure-stormux
|
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$(tty)" = "/dev/tty1" ]]; then
|
||||
configure-stormux
|
||||
rm /etc/profile.d/stormux_first_boot.sh
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user