Small mistake master
authorRuben Rodriguez <ruben@gnu.org>
Fri, 20 Mar 2020 21:33:28 +0000 (17:33 -0400)
committerRuben Rodriguez <ruben@gnu.org>
Fri, 20 Mar 2020 21:33:28 +0000 (17:33 -0400)
streamdesktop

index 7e719e095d377a3ea1b00206f7c948c9a06bb4fc..971b4f2aece418e1f93144a301809dcebb28f78d 100755 (executable)
@@ -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