From 8f173543bb2070dc2d870d6cf2288d04f22dbc61 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 2 Aug 2017 18:44:16 +0200 Subject: [PATCH] Fix syntax error: unexpected end of file (#338) --- data/helpers.d/utils | 1 + 1 file changed, 1 insertion(+) diff --git a/data/helpers.d/utils b/data/helpers.d/utils index 4f3f36c85..44c679471 100644 --- a/data/helpers.d/utils +++ b/data/helpers.d/utils @@ -84,6 +84,7 @@ ynh_backup_before_upgrade () { else ynh_die "Backup failed, the upgrade process was aborted." fi +} # Download, check integrity, uncompress and patch the source from app.src #