File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -903,7 +903,7 @@ function validate_database(){
903903 mkdir -p /backup
904904
905905 local archive_name=" hestia131.2020-12-12"
906- run wget --quiet --tries=3 --timeout=15 --read-timeout=15 --waitretry=3 --no-dns-cache " https://dev.eris.nu /${archive_name} .tar" -O " /backup/${archive_name} .tar"
906+ run wget --quiet --tries=3 --timeout=15 --read-timeout=15 --waitretry=3 --no-dns-cache " https://hestiacp.com/testing/data /${archive_name} .tar" -O " /backup/${archive_name} .tar"
907907 assert_success
908908
909909 run v-restore-user $userbk " ${archive_name} .tar"
@@ -972,7 +972,7 @@ function validate_database(){
972972 mkdir -p /backup
973973
974974 local archive_name=" hestia131.2020-12-12"
975- run wget --quiet --tries=3 --timeout=15 --read-timeout=15 --waitretry=3 --no-dns-cache " https://dev.eris.nu /${archive_name} .tar" -O " /backup/${archive_name} .tar"
975+ run wget --quiet --tries=3 --timeout=15 --read-timeout=15 --waitretry=3 --no-dns-cache " https://hestiacp.com/testing/data /${archive_name} .tar" -O " /backup/${archive_name} .tar"
976976 assert_success
977977
978978 run v-restore-user $userbk " ${archive_name} .tar"
You can’t perform that action at this time.
0 commit comments