mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
This commit is contained in:
@@ -415,9 +415,9 @@ push(@can_dirs, $gconfig{'tempdir_sys'}) if ($gconfig{'tempdir_sys'});
|
|||||||
# Common fallbacks
|
# Common fallbacks
|
||||||
push(@can_dirs, "/dev/shm", "/tmp", "/var/tmp", "/usr/tmp");
|
push(@can_dirs, "/dev/shm", "/tmp", "/var/tmp", "/usr/tmp");
|
||||||
|
|
||||||
# Remove duplicate entries, which can happen when both configured
|
# Remove duplicate entries, which can happen when both configured dirs are set
|
||||||
# dirs are set to the same path, or when a configured path matches one of
|
# to the same path, or when a configured path matches one of the built-in
|
||||||
# the built-in defaults
|
# defaults
|
||||||
@can_dirs = &unique(@can_dirs);
|
@can_dirs = &unique(@can_dirs);
|
||||||
|
|
||||||
# Test each candidate in turn
|
# Test each candidate in turn
|
||||||
|
|||||||
Reference in New Issue
Block a user