correction ENABLED & DISABLED
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user