Fix YunoHost common script path

This commit is contained in:
adminsopel
2026-05-01 09:11:42 +02:00
parent f8beabe293
commit e544299b75
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
source ./scripts/_common.sh
source ./_common.sh
mkdir -p "$YNH_BACKUP_DIR"
tar -C / -czf "$YNH_BACKUP_DIR/albumik-data.tar.gz" "${data_dir#/}" "${config_dir#/}" "${install_dir#/}" 2>/dev/null || true