#!/bin/sh case "$1" in "RoonServer") echo -n $ROON_QNAP_MNT_DIR ;; "system") echo -n $QNAP_QTS_VER ;; esac