chore: praise be linters
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
d094a6ee11
commit
12e02cbb9d
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue