From 8939552d8c711acb22e873fdf5d9fdbdae0c2418 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 18 Jan 2022 12:36:28 +0200 Subject: [PATCH] Move code block --- updatewine.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/updatewine.sh b/updatewine.sh index bd3360b..dff31eb 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -16,9 +16,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +############################################################################## + source options.conf -############################################################################## +########################################################### # Check if we're using bash or sh to run the script. If bash, OK. # If another one, ask user to run the script with bash.