mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 11:45:29 +08:00
6 lines
44 B
Bash
Executable File
6 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/etc/init.d/rpcd restart
|
|
|
|
exit 0
|