refactor: rename b conf to bcon

This commit is contained in:
2026-06-20 09:25:04 +05:30
parent e669fdec32
commit f8ea98a468
6 changed files with 12 additions and 12 deletions

View File

@@ -71,9 +71,9 @@ for script in "${SCRIPTS[@]}"; do
exit 1
fi
;;
conf)
if [ -f "$BOOTSTRAP_DIR/commands/conf.sh" ]; then
. "$BOOTSTRAP_DIR/commands/conf.sh" "$@"
con)
if [ -f "$BOOTSTRAP_DIR/commands/con.sh" ]; then
. "$BOOTSTRAP_DIR/commands/con.sh" "$@"
else
log_error "Config editor command script not found."
exit 1