mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-02 11:14:20 +01:00
using absolute paths in check_directory_owner()
This commit is contained in:
1
dist/setup.sh
vendored
1
dist/setup.sh
vendored
@@ -531,6 +531,7 @@ check_directory_owner() {
|
||||
if [[ ''$d == '' ]]; then
|
||||
continue
|
||||
fi
|
||||
d=$(realpath $d)
|
||||
if [[ -e $d ]]; then
|
||||
# is it mine and does it have rw ?
|
||||
# don't care about group rights
|
||||
|
||||
Reference in New Issue
Block a user