Update references to new git location
Changed Web-V2 config location to /etc/WebV2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if [ ! -f "/etc/ICTM/apachevar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GenerateApacheList.sh) ; fi
|
||||
source /etc/ICTM/apachevar.list
|
||||
if [ ! -f "/etc/WebV2/apachevar.list" ] ; then bash <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/Scripts/GenerateApacheList.sh) ; fi
|
||||
source /etc/WebV2/apachevar.list
|
||||
|
||||
for f in $apacheConfDir/sites-available/*; do
|
||||
if [ $IMODE = n ] && [ $PhpPurge = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user