From a37d48a3c6713885caed0cda9dbae8ca0ed98610 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 20 Mar 2020 17:33:28 -0400 Subject: [PATCH] Small mistake --- streamdesktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamdesktop b/streamdesktop index 7e719e0..971b4f2 100755 --- a/streamdesktop +++ b/streamdesktop @@ -30,11 +30,11 @@ fi # Server side dependencies: icecast2 -. config if ! [ -f config ]; then echo Copy ./config.example into ./config, and edit it to set up your server, password, and other parameters exit 1 fi +. config DATE=$(date +%Y-%m-%d-%H_%M_%S) MOUNT=$1 -- 2.25.1