Apply reconfigure fix to ActualBudget
- Added check_service_exists() to ActualBudget - Now shows Skip/Reconfigure/Restart options - Prevents accidental overwrite of existing configurations Progress: 6/24 services complete (Immich, AudioBookshelf, Emby, ARM, FileBrowser, ActualBudget)
This commit is contained in:
@@ -3479,7 +3479,9 @@ MM_CONFIG
|
|||||||
|
|
||||||
if [ "$INSTALL_ACTUALBUDGET" = "y" ] || [ "$INSTALL_ACTUALBUDGET" = "Y" ]; then
|
if [ "$INSTALL_ACTUALBUDGET" = "y" ] || [ "$INSTALL_ACTUALBUDGET" = "Y" ]; then
|
||||||
AB_DIR="$DOCKER_DIR/actualbudget"
|
AB_DIR="$DOCKER_DIR/actualbudget"
|
||||||
|
check_service_exists "ActualBudget" "$AB_DIR" AB_RECONFIGURE
|
||||||
|
|
||||||
|
if [ "$AB_RECONFIGURE" = "true" ]; then
|
||||||
if [ "$DRY_RUN" = true ]; then
|
if [ "$DRY_RUN" = true ]; then
|
||||||
echo "[DRY-RUN] Would create $AB_DIR"
|
echo "[DRY-RUN] Would create $AB_DIR"
|
||||||
else
|
else
|
||||||
@@ -3522,7 +3524,8 @@ AB_COMPOSE
|
|||||||
echo " Data dir: $AB_DIR/data"
|
echo " Data dir: $AB_DIR/data"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
fi
|
fi # End AB_RECONFIGURE check
|
||||||
|
fi # End INSTALL_ACTUALBUDGET check
|
||||||
|
|
||||||
# ---- KEYCLOAK ----
|
# ---- KEYCLOAK ----
|
||||||
if [ "$WHIPTAIL_USED" != true ] && [ -z "$INSTALL_KEYCLOAK" ]; then
|
if [ "$WHIPTAIL_USED" != true ] && [ -z "$INSTALL_KEYCLOAK" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user