#!/bin/sh
# The fnOS app link follows the storage pool selected by the installer.
APPLICATION=/var/apps/nastunnel/target/scripts/application
[ -x "$APPLICATION" ] || exit 3
exec /bin/sh "$APPLICATION" "$@"
