diff --git a/conf/type/__directory/explorer/exists b/conf/type/__directory/explorer/exists index b0be82fc..f8b85671 100755 --- a/conf/type/__directory/explorer/exists +++ b/conf/type/__directory/explorer/exists @@ -21,11 +21,7 @@ # Check whether file exists or not # -if [ -f "$__object/parameter/destination" ]; then - destination="$(cat "$__object/parameter/destination")" -else - destination="/$__object_id" -fi +destination="/$__object_id" if [ -e "$destination" ]; then echo yes