mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Minor changes
This commit is contained in:
@@ -13,6 +13,7 @@ args=(
|
||||
[ "${PURGE:-}" = "true" ] && args+=(--purge)
|
||||
[ "${DISABLE_IMPORTS:-}" = "true" ] && args+=(--disable-imports)
|
||||
[ "${DISABLE_EXPORTS:-}" = "true" ] && args+=(--disable-exports)
|
||||
[ "${ENABLE_CUSTOM_SONGS:-}" = "true" ] && args+=(--enable-custom-songs)
|
||||
|
||||
add_opt() {
|
||||
local value="$1" flag="$2"
|
||||
|
||||
Reference in New Issue
Block a user