v1.1 - Change URLs and info
This commit is contained in:
parent
a8dd20a9a6
commit
34bedd1763
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0.6"
|
scriptVersion="1.1"
|
||||||
scriptName="Audio"
|
scriptName="Audio"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
|
@ -73,13 +73,12 @@ chmod 666 "/config/logs/Audio.txt"
|
||||||
log "-----------------------------------------------------------------------------"
|
log "-----------------------------------------------------------------------------"
|
||||||
log " |~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|"
|
log " |~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|"
|
||||||
log " |~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<"
|
log " |~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<"
|
||||||
log " Presents: lidarr-extended ($scriptVersion)"
|
log " Presents: $scriptName ($scriptVersion)"
|
||||||
log " Docker Version: $dockerVersion"
|
|
||||||
log " May the beats be with you!"
|
log " May the beats be with you!"
|
||||||
log "-----------------------------------------------------------------------------"
|
log "-----------------------------------------------------------------------------"
|
||||||
log "Donate: https://github.com/sponsors/RandomNinjaAtk"
|
log "Donate: https://github.com/sponsors/RandomNinjaAtk"
|
||||||
log "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended"
|
log "Project: https://github.com/RandomNinjaAtk/arr-scripts"
|
||||||
log "Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions"
|
log "Support: https://github.com/RandomNinjaAtk/arr-scripts/discussions"
|
||||||
log "-----------------------------------------------------------------------------"
|
log "-----------------------------------------------------------------------------"
|
||||||
sleep 5
|
sleep 5
|
||||||
log ""
|
log ""
|
||||||
|
|
Loading…
Reference in a new issue