From 88453471cb29d7c3a3d9a9ec4a724e1819f21cb0 Mon Sep 17 00:00:00 2001 From: tino097 Date: Tue, 3 Sep 2024 22:21:56 +0200 Subject: [PATCH] Update the script --- scripts/update_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_release.sh b/scripts/update_release.sh index bbddc6b..c778a35 100755 --- a/scripts/update_release.sh +++ b/scripts/update_release.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Set email variable -EMAIL="konstantin@dathere.com" +# Set email variable fron terminal +EMAIL=$1 echo "Creating Packages and Packages.gz files..."