
if [ -d /tmp/tcloop/APPNAME/ ]; then
   [ -f /bin/fusermount ] && rm /bin/fusermount
   /bb/cp -a /tmp/tcloop/APPNAME/bin/fusermount /bin/
fi

chmod 4755 /bin/fusermount
