Skip to content

Commit 0649e74

Browse files
committed
Remove echo of pass and adjust small parts.
1 parent fd3c017 commit 0649e74

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

install/debian/8/phpmyadmin/pma.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#
1212

1313
PASS=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -c 32 ; echo`
14-
echo "PMA Password = $PASS";
1514

1615
#ubuntu phpmyadmin path
1716
pmapath1="/etc/phpmyadmin/config.inc.php"
@@ -144,4 +143,4 @@ FLUSH PRIVILEGES;
144143
MYSQL_PMA3
145144

146145
#MYSQL DB and TABLES ADDITION
147-
mysql -uroot < $hestiacp/create_tables.sql
146+
mysql -uroot < $hestiacp/phpmyadmin/create_tables.sql

install/debian/9/phpmyadmin/pma.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#
1212

1313
PASS=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -c 32 ; echo`
14-
echo "PMA Password = $PASS";
1514

1615
#ubuntu phpmyadmin path
1716
pmapath1="/etc/phpmyadmin/config.inc.php"
@@ -144,4 +143,4 @@ FLUSH PRIVILEGES;
144143
MYSQL_PMA3
145144

146145
#MYSQL DB and TABLES ADDITION
147-
mysql -uroot < $hestiacp/create_tables.sql
146+
mysql -uroot < $hestiacp/phpmyadmin/create_tables.sql

install/ubuntu/14.04/phpmyadmin/pma.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#
1212

1313
PASS=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -c 32 ; echo`
14-
echo "PMA Password = $PASS";
1514

1615
#ubuntu phpmyadmin path
1716
pmapath1="/etc/phpmyadmin/config.inc.php"
@@ -144,4 +143,4 @@ FLUSH PRIVILEGES;
144143
MYSQL_PMA3
145144

146145
#MYSQL DB and TABLES ADDITION
147-
mysql -uroot < $hestiacp/create_tables.sql
146+
mysql -uroot < $hestiacp/phpmyadmin/create_tables.sql

install/ubuntu/16.04/phpmyadmin/pma.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#
1212

1313
PASS=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -c 32 ; echo`
14-
echo "PMA Password = $PASS";
1514

1615
#ubuntu phpmyadmin path
1716
pmapath1="/etc/phpmyadmin/config.inc.php"
@@ -144,4 +143,4 @@ FLUSH PRIVILEGES;
144143
MYSQL_PMA3
145144

146145
#MYSQL DB and TABLES ADDITION
147-
mysql -uroot < $hestiacp/create_tables.sql
146+
mysql -uroot < $hestiacp/phpmyadmin/create_tables.sql

install/ubuntu/18.04/phpmyadmin/pma.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#
1212

1313
PASS=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-32} | head -c 32 ; echo`
14-
echo "PMA Password = $PASS";
1514

1615
#ubuntu phpmyadmin path
1716
pmapath1="/etc/phpmyadmin/config.inc.php"
@@ -144,4 +143,4 @@ FLUSH PRIVILEGES;
144143
MYSQL_PMA3
145144

146145
#MYSQL DB and TABLES ADDITION
147-
mysql -uroot < $hestiacp/create_tables.sql
146+
mysql -uroot < $hestiacp/phpmyadmin/create_tables.sql

0 commit comments

Comments
 (0)