Updated info in all scripts
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
# Common Shared Functions for Unraid Scripts
|
||||
# --------------------- Common Shared Functions for Unraid Scripts -----------------------------
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
#----------------- User Variables, Please adjust in Master.conf as needed ----------------------
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
#
|
||||
# Nothing to adjust here, all user variables should be in Master.conf
|
||||
#
|
||||
# This is just a script that has all common functions and logic that are shared
|
||||
# between the different scripts.
|
||||
#
|
||||
# This way we can avoid code duplication and have a single source
|
||||
# of truth for all common functions and logic.
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
#---------------End Of User Variables, Please adjust in Master.conf as needed ------------------
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
|
||||
# Load Master.conf relative to calling script
|
||||
|
||||
Reference in New Issue
Block a user