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