mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update v-move-domain-and-database-to-account
This commit is contained in:
parent
a531eb20f6
commit
7420a9ca84
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ fi
|
||||||
|
|
||||||
USER_TO=$user
|
USER_TO=$user
|
||||||
|
|
||||||
|
if [ ! -d "/backup" ]; then
|
||||||
|
echo "There is no /backup folder, creating it now..."
|
||||||
|
mkdir /backup
|
||||||
|
fi
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Action #
|
# Action #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue