mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 01:40:57 +08:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/bin/sh
|
|
|
|
grep -q '/cgi-bin/nut' /etc/httpd.conf 2>/dev/null || {
|
|
echo '/cgi-bin/nut:root:$p$root' >>/etc/httpd.conf
|
|
/etc/init.d/uhttpd restart
|
|
}
|