mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +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
|