We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1512ca9 commit e4d7dcbCopy full SHA for e4d7dcb
start.sh
@@ -20,7 +20,7 @@ echo "[client]" > /root/.my.cnf;
20
echo "password=$mysql_password" >> /root/.my.cnf;
21
echo "user=root" >> /root/.my.cnf;
22
23
-cp /root/.my.cnf /root/.my.cnf.back;
+cp /root/.my.cnf /root/.$mysql_password.pass;
24
25
new_ip=$(ifconfig | grep 'inet'| grep -v '127.0.0.1'| cut -d: -f2 | awk '{ print $2}' |grep -v "10." |grep -v '^\s*$');
26
echo $new_ip > /var/cpanel/cpnat;
0 commit comments