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
|
||||
scriptVersion="1.0.6"
|
||||
scriptVersion="1.1"
|
||||
scriptName="Audio"
|
||||
|
||||
#### Import Settings
|
||||
|
@ -73,13 +73,12 @@ chmod 666 "/config/logs/Audio.txt"
|
|||
log "-----------------------------------------------------------------------------"
|
||||
log " |~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|"
|
||||
log " |~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<"
|
||||
log " Presents: lidarr-extended ($scriptVersion)"
|
||||
log " Docker Version: $dockerVersion"
|
||||
log " Presents: $scriptName ($scriptVersion)"
|
||||
log " May the beats be with you!"
|
||||
log "-----------------------------------------------------------------------------"
|
||||
log "Donate: https://github.com/sponsors/RandomNinjaAtk"
|
||||
log "Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended"
|
||||
log "Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions"
|
||||
log "Project: https://github.com/RandomNinjaAtk/arr-scripts"
|
||||
log "Support: https://github.com/RandomNinjaAtk/arr-scripts/discussions"
|
||||
log "-----------------------------------------------------------------------------"
|
||||
sleep 5
|
||||
log ""
|
||||
|
|
Loading…
Reference in a new issue