#!/bin/sh
if [ -f "$SNAP_COMMON"/do-not-fail ]; then
    exit 0
fi
echo "failure of disconnect hook"
exit 1
