op-packages/gost/files/gost.uci
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

11 lines
235 B
Bash

#!/bin/sh
grep -q "config gost$" "/etc/config/gost" || exit 0
sed -e "s,config gost,config gost 'config'," \
-e "s,option enable ,option enabled ," \
-e "s,option run_command,list arguments," \
-i "/etc/config/gost"
exit 0