From b5bf3d15cfafb1c72f47e9e87a06b5b88cf64d26 Mon Sep 17 00:00:00 2001 From: David Sterry Date: Sun, 12 Dec 2021 16:03:11 -0800 Subject: [PATCH] Source ynh_add_swap in backup script (#33) --- scripts/backup | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/backup b/scripts/backup index 9f61d91..1f20e98 100644 --- a/scripts/backup +++ b/scripts/backup @@ -8,6 +8,7 @@ # Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh +source ../settings/scripts/ynh_add_swap source /usr/share/yunohost/helpers #=================================================