mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
[ -f "/etc/config/hostnames" ] || {
|
|
echo 'config hostname' > /etc/config/hostnames
|
|
}
|
|
|
|
exit 0
|