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 #=================================================