mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-29 13:50:34 +03:00
12 lines
166 B
Bash
Executable File
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
|