v1.4 - Update URLs and info displayed when script starts

This commit is contained in:
RandomNinjaAtk 2023-07-12 16:52:59 +00:00 committed by GitHub
parent 34bedd1763
commit a7a3fdd395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.3" scriptVersion="1.4"
scriptName="Video" scriptName="Video"
#### Import Settings #### Import Settings
@ -70,13 +70,12 @@ chmod 666 "/config/logs/Video.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 vidz 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 ""