correction ENABLED & DISABLED

This commit is contained in:
2025-07-01 14:01:28 +02:00
parent 424d71d3f4
commit 0ab11c6c2e

View File

@ -1,5 +1,5 @@
#!/bin/bash
UPDATED="2025-06-22"
UPDATED="2025-07-01"
DISABLE=1 # disable options
ENABLE=1 # enable options
@ -133,8 +133,8 @@ CONFIGS=$CURRENT/configs
PATCHES=$CURRENT/patches
OPTIONS=$CURRENT/options
CERTS=$CURRENT/certs
ENABLED=$ENABLED
DISABLED=$DISABLED
ENABLED=$OPTIONS/enable
DISABLED=$OPTIONS/disable
BRANCH=$1
BRANCH="${BRANCH:=help}"