database name fix
This commit is contained in:
parent
1b55808270
commit
8d05a58698
|
@ -28,7 +28,7 @@ if [[ -z $domain ]]; then
|
|||
fi
|
||||
|
||||
# set database name
|
||||
database=${virtualhost//./dot}
|
||||
database=${domain//./dot}
|
||||
database=${database//-/dash}
|
||||
|
||||
# drop database
|
||||
|
|
Loading…
Reference in New Issue
Block a user