From 3103c25247bdec1cbfe42ffcf565da96dabef94b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 15 Jul 2023 10:24:18 -0400 Subject: [PATCH] 1.8 cleanup --- lidarr/Audio.service.bash | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index bfcd04e..1a7bf3d 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,10 +1,7 @@ #!/usr/bin/with-contenv bash -scriptVersion="1.7" +scriptVersion="1.8" scriptName="Audio" -#### Import Settings -source /config/extended.conf - log () { m_time=`date "+%F %T"` echo $m_time" :: $scriptName :: $scriptVersion :: "$1