mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
|
|
[ ! -e "/etc/config/n2n_v2" ] || mv "/etc/config/n2n_v2" "/etc/config/n2n"
|
|
exit 0
|