5 lines
81 B
Bash
5 lines
81 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/miniupnpd enabled && /etc/init.d/miniupnpd restart
|
|
exit 0
|