mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
feature #4139: bug in ssh_male_path
This commit is contained in:
parent
f518b526c7
commit
468eadd51d
@ -443,7 +443,7 @@ if [ ! -d $2 ]; then
|
||||
mkdir -p $2
|
||||
|
||||
if [ "monitor" = "$3" ]; then
|
||||
touch "$2/.monitor"
|
||||
touch "\$(dirname $2)/.monitor"
|
||||
fi
|
||||
fi
|
||||
EOF`
|
||||
|
Loading…
x
Reference in New Issue
Block a user