mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:21:46 +08:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ ! -e "/etc/config/n2n_v2" ] || mv "/etc/config/n2n_v2" "/etc/config/n2n"
|
|
exit 0
|