mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
committed by
Saeed Vaziry
parent
a40c2828c2
commit
a5ce0d33b3
@ -1,4 +1,4 @@
|
||||
if ! sudo mysql -e "DROP DATABASE IF EXISTS \`{{ $name }}\`"; then
|
||||
if ! sudo mysql -e "DROP DATABASE IF EXISTS {{ $name }}"; then
|
||||
echo 'VITO_SSH_ERROR' && exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user