database name fix

This commit is contained in:
Matthew Saunders Brown 2022-03-11 08:50:19 -08:00
parent 1b55808270
commit 8d05a58698

View File

@ -28,7 +28,7 @@ if [[ -z $domain ]]; then
fi
# set database name
database=${virtualhost//./dot}
database=${domain//./dot}
database=${database//-/dash}
# drop database