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
systemctl stop "$app" 2>/dev/null || true
mkdir -p "$install_dir"