We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ba7d7 commit 5979d96Copy full SHA for 5979d96
1 file changed
install/vst-install.sh
@@ -14,6 +14,7 @@ YUM_REPO='/etc/yum.repos.d/vesta.repo'
14
arch=$(uname -i)
15
os=$(cut -f 1 -d ' ' /etc/redhat-release)
16
release=$(grep -o "[0-9]" /etc/redhat-release |head -n1)
17
+codename="${os}_$release"
18
memory=$(grep 'MemTotal' /proc/meminfo |tr ' ' '\n' |grep [0-9])
19
software="nginx httpd mod_ssl mod_ruid2 mod_extract_forwarded mod_fcgid
20
php php-bcmath php-cli php-common php-gd php-imap php-mbstring php-mcrypt
@@ -787,7 +788,7 @@ if [ "$?" -ne 0 ]; then
787
788
fi
789
790
# Send notification to vestacp.com
-wget vestacp.com/notify/?$REPO -O /dev/null
791
+wget vestacp.com/notify/?$codename -O /dev/null
792
793
# Send notification to admin email
794
echo -e "Congratulations, you have just successfully installed \
0 commit comments