From a7fbfd20aa78eb89f8befcbc1394d6553808e23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 14:27:38 +0100 Subject: [PATCH] When will this end? --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6bca857..9aee0dc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ #================================================= # PERSONAL HELPERS #================================================= -ntfy_setup_source { +ntfy_setup_source() { # $YNH_ARCH=$1 # $install_dir=$2 @@ -18,7 +18,7 @@ ntfy_setup_source { mkdir -p "$install_dir/data" } -ntfy_fix_permissions { +ntfy_fix_permissions() { # $app=$1 # $install_dir=$2