Fix YunoHost common script path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
source ./scripts/_common.sh
|
||||
source ./_common.sh
|
||||
|
||||
if [ -f "$YNH_BACKUP_DIR/albumik-data.tar.gz" ]; then
|
||||
tar -C / -xzf "$YNH_BACKUP_DIR/albumik-data.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user