mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove the file not the variable
*duuh* :)
This commit is contained in:
parent
4d5c284a30
commit
8e34b75d19
@ -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 ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user