#!/bin/sh # Copyright (C) 2000-2017 Synology Inc. All rights reserved. . `dirname $0`/common if [ -d ${DATADIR} ]; then echo "vol=$(realpath ${DATADIR})" > "${CONF_FILE}" fi exit 0