remove the file not the variable

*duuh* :)
This commit is contained in:
Daniel Hansson 2017-01-18 19:30:17 +01:00 committed by GitHub
parent 4d5c284a30
commit 8e34b75d19

View File

@ -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 ]