magisk-zapret2/zapret2/scripts/zapret-restart.sh
2026-07-22 13:50:44 +03:00

5 lines
191 B
Shell

#!/system/bin/sh
# start --replace owns the single lifecycle lock and performs the transaction.
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$SCRIPT_DIR/zapret-start.sh" --replace "$@"