__directory type does not have a destination parameter

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/1.5
Steven Armstrong 14 years ago
parent ac274802de
commit fb426bd412
  1. 6
      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

Loading…
Cancel
Save