small-packages/gost/files/gost.uci
2026-05-27 23:25:57 +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