Update UnmappedFilesCleaner.bash
This commit is contained in:
parent
9379cb59cc
commit
f9e9cc6d87
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="1.3"
|
scriptVersion="1.4"
|
||||||
scriptName="UnmappedFilesCleaner"
|
scriptName="UnmappedFilesCleaner"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -8,6 +8,9 @@ source /config/extended.conf
|
||||||
source /config/extended/functions
|
source /config/extended/functions
|
||||||
|
|
||||||
verifyConfig () {
|
verifyConfig () {
|
||||||
|
### Import Settings
|
||||||
|
source /config/extended.conf
|
||||||
|
|
||||||
if [ "$enableUnmappedFilesCleaner" != "true" ]; then
|
if [ "$enableUnmappedFilesCleaner" != "true" ]; then
|
||||||
log "Script is not enabled, enable by setting enableUnmappedFilesCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
log "Script is not enabled, enable by setting enableUnmappedFilesCleaner to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
||||||
log "Sleeping (infinity)"
|
log "Sleeping (infinity)"
|
||||||
|
|
Loading…
Reference in a new issue