BE: ensure /db and /config dirs - reorder scripts #1327

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-12-03 20:56:42 +11:00
parent 9688fee2d2
commit c8f3a84b92
2 changed files with 0 additions and 4 deletions

View File

@@ -32,8 +32,4 @@ ensure_folder() {
ensure_folder "${TARGET_CONFIG}"
ensure_folder "${TARGET_DB}"
>&2 printf "%s" "${CYAN}"
>&2 echo "✅ All required folders are present under ${DATA_DIR}."
>&2 printf "%s" "${RESET}"
exit 0