1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-12 17:47:43 -07:00

Update v-move-domain-and-database-to-account

This commit is contained in:
isscbta 2023-02-10 17:40:20 +01:00 committed by GitHub
commit 7420a9ca84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,11 @@ fi
USER_TO=$user
if [ ! -d "/backup" ]; then
echo "There is no /backup folder, creating it now..."
mkdir /backup
fi
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#