4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
# Run scripts from /etc/firsttime.d at first start
|
||
|
[ -f "/var/lock/TMP_1ST" ] || touch "/var/lock/TMP_1ST"
|