Script:Compat fixed/added var
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
if [ ! -f "/etc/ICTM/selopts.list" ] || [ ! -f "/etc/ICTM/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
if [ ! -f "/etc/ICTM/selopts.list" ] || [ ! -f "/etc/ICTM/mainvar.list" ] ; then echo 'This system is not yet setup, please run the main installer first' && exit ; fi
|
||||||
|
|
||||||
|
#Getting information and vars
|
||||||
source /etc/ICTM/selopts.list
|
source /etc/ICTM/selopts.list
|
||||||
source /etc/ICTM/mainvar.list
|
source /etc/ICTM/mainvar.list
|
||||||
|
|
||||||
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/ModulesMenu.list)
|
||||||
|
|
||||||
|
#NewCompat var
|
||||||
|
CompatVer=2
|
||||||
|
|
||||||
#Setting Menulist to webserver
|
#Setting Menulist to webserver
|
||||||
declare -n CMSL="$webserv"CMSL
|
declare -n CMSL="$webserv"CMSL
|
||||||
declare -n options="$webserv"Options
|
declare -n options="$webserv"Options
|
||||||
|
|||||||
Reference in New Issue
Block a user