Skamasle/sk-import-cpanel-backup-to-vestacp

Error Path Hestia

coriaweb opened this issue · 3 comments

Hi!

When I import from CWP to Hestia, the directories aren't created correctly. The content should be uploaded to the path:

/home/user/web/domain/public_html

but it gets uploaded like this:

/home/user/web/domain/public_html/public_html

Do you know how to fix it?

You can try to create a new domain in Hestia and then restore it.

Hi I fix in 0.3-BETA

rsync -av "${BACKUP_PATH}/" /home/$NEW_USER/web/$DOMAIN/public_html 2>&1 \