1
0
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:
Javi Fontan 2016-04-28 12:30:17 +02:00
parent f518b526c7
commit 468eadd51d

View File

@ -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`