Files
zapret-openwrt/zapret/restore-def-cfg.sh
2024-11-15 22:25:24 +03:00

12 lines
166 B
Bash
Executable File

#!/bin/sh
# Copyright (c) 2024 remittor
. /opt/zapret/comfunc.sh
create_default_cfg
if [ "$1" = "sync" ]; then
# renew main config
/opt/zapret/sync_config.sh
fi