correction ENABLED & DISABLED
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
UPDATED="2025-06-22"
|
UPDATED="2025-07-01"
|
||||||
|
|
||||||
DISABLE=1 # disable options
|
DISABLE=1 # disable options
|
||||||
ENABLE=1 # enable options
|
ENABLE=1 # enable options
|
||||||
@ -133,8 +133,8 @@ CONFIGS=$CURRENT/configs
|
|||||||
PATCHES=$CURRENT/patches
|
PATCHES=$CURRENT/patches
|
||||||
OPTIONS=$CURRENT/options
|
OPTIONS=$CURRENT/options
|
||||||
CERTS=$CURRENT/certs
|
CERTS=$CURRENT/certs
|
||||||
ENABLED=$ENABLED
|
ENABLED=$OPTIONS/enable
|
||||||
DISABLED=$DISABLED
|
DISABLED=$OPTIONS/disable
|
||||||
|
|
||||||
BRANCH=$1
|
BRANCH=$1
|
||||||
BRANCH="${BRANCH:=help}"
|
BRANCH="${BRANCH:=help}"
|
||||||
|
Reference in New Issue
Block a user