From 8e34b75d191da2f7cbeb5c9f38d3decb06ca4fe2 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 18 Jan 2017 19:30:17 +0100 Subject: [PATCH] remove the file not the variable *duuh* :) --- static/phpmyadmin_install_ubuntu16.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/phpmyadmin_install_ubuntu16.sh b/static/phpmyadmin_install_ubuntu16.sh index 4b1c29fb..cf019d98 100644 --- a/static/phpmyadmin_install_ubuntu16.sh +++ b/static/phpmyadmin_install_ubuntu16.sh @@ -70,7 +70,7 @@ apt install -y -q \ phpmyadmin # Remove Password file -rm $PW_FILE +rm /var/mysql_password.txt # Secure phpMyadmin if [ -f $PHPMYADMIN_CONF ]