chore: praise be linters

Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
georglauterbach 2025-02-02 11:56:03 +01:00
parent d094a6ee11
commit 12e02cbb9d
No known key found for this signature in database
GPG key ID: F367F7C43C118578

View file

@ -10,7 +10,7 @@ function _setup_save_states() {
_log 'debug' "Consolidating all state onto ${DMS_STATE_DIR}" _log 'debug' "Consolidating all state onto ${DMS_STATE_DIR}"
local DEST DESTDIR SERVICEDIR SERVICEDIRS SERVICEFILE SERVICEFILES local DEST SERVICEDIR SERVICEDIRS SERVICEFILE SERVICEFILES
# Always enabled features: # Always enabled features:
SERVICEDIRS=( SERVICEDIRS=(
@ -83,7 +83,7 @@ function _setup_save_states() {
fi fi
# Symlink the original path in the container ($SERVICEDIR) to be # Symlink the original path in the container ($SERVICEDIR) to be
# sourced from assocaiated path in /var/mail-state/ ($DEST): # sourced from associated path in /var/mail-state/ ($DEST):
ln -s "${DEST}" "${SERVICEDIR}" ln -s "${DEST}" "${SERVICEDIR}"
done done
} }