mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Run check on non-Windows
This commit is contained in:
parent
491b0cf993
commit
efeb30bf52
@ -246,7 +246,7 @@ namespace
|
||||
os_remove_symlink_dir(os_file_prefix(linkfolderpath));
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32
|
||||
if (!server_settings->no_file_backups)
|
||||
{
|
||||
std::string test1_path = testfolderpath + os_file_sep() + "test1";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user