From 6747b889c661bb7526c42aba0a41fe03c65a4ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:11:00 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/backup | 2 +- scripts/install | 2 +- scripts/restore | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 550216b..602b3ec 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Strut" description.en = "Slide editor for creating impress.js presentations" description.fr = "Éditeur de diapositives permettant de créer des présentations impress.js" -version = "20231204~ynh1" +version = "20231204~ynh2" maintainers = ["ljf"] diff --git a/scripts/backup b/scripts/backup index e835b9d..5d6d43d 100644 --- a/scripts/backup +++ b/scripts/backup @@ -1,6 +1,6 @@ #!/bin/bash -# source ../settings/scripts/_common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers ynh_print_info "Declaring files to be backed up..." diff --git a/scripts/install b/scripts/install index 51ba20d..b2db7a0 100644 --- a/scripts/install +++ b/scripts/install @@ -1,6 +1,6 @@ #!/bin/bash -# source _common.sh +source _common.sh source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/restore b/scripts/restore index 3c755b9..dd121ad 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,6 +1,6 @@ #!/bin/bash -# source ../settings/scripts/_common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #=================================================