We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9dddd commit d477614Copy full SHA for d477614
lidarr/ARLChecker
@@ -1,6 +1,6 @@
1
#!/usr/bin/with-contenv bash
2
### Default values
3
-scriptVersion="1.4.0"
+scriptVersion="1.4"
4
scriptName="ARLChecker"
5
sleepInterval='24h'
6
### Import Settings
lidarr/python/ARLChecker.py
@@ -11,8 +11,7 @@
11
import os
12
from datetime import datetime
13
14
-# Pull script version from previous
15
-VERSION = '0.0.0'
+# Pull script version from bash script. will likely change this to a var passthrough
16
with open("/custom-services.d/ARLChecker", "r") as r:
17
for line in r:
18
if 'scriptVersion' in line:
0 commit comments