Remove unused code

This commit is contained in:
Dan Rabinowitz
2020-07-12 17:23:39 -06:00
committed by Tobias Kaupat
parent 46df366e4c
commit 317ecba765

View File

@@ -2,12 +2,6 @@
echo "Starting container ..."
RESTIC_CMD=restic
if [ -n "${ROOT_CERT}" ]; then
RESTIC_CMD="${RESTIC_CMD} --cert ${ROOT_CERT}"
fi
if [ -n "${NFS_TARGET}" ]; then
echo "Mounting NFS based on NFS_TARGET: ${NFS_TARGET}"
mount -o nolock -v ${NFS_TARGET} /mnt/restic