Update 'installer.sh'

This commit is contained in:
Bram Prieshof
2020-04-15 11:43:32 +02:00
parent 4b2532494c
commit db6b22ad47

View File

@@ -255,7 +255,7 @@ printf " " >>/tmp/apt.list
mkdir /etc/ICTM
echo "InstDate=$(date "+%d-%B-%Y")" >> /etc/ICTM/mainvar.list
for storeme in PKGM PKGA PKGI OUTPUT IMODE repo branch phpver sqlver PHPMyadmin email hostname; do
for storeme in PKGM PKGA PKGI OUTPUT IMODE repo branch webserv phpver sqlver PHPMyadmin email hostname; do
declare -p $storeme | cut -d ' ' -f 3- >> /etc/ICTM/mainvar.list
done