diff --git a/podman-peerjs/50_update.sh b/podman-peerjs/50_update.sh new file mode 100644 index 0000000..c708b0d --- /dev/null +++ b/podman-peerjs/50_update.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +ABSDIR="$( dirname "$(readlink -f -- "$0")" )" +source ${ABSDIR}/../functions.sh +source ${ABSDIR}/vars.sh + +ensure_pwd_is_scriptdir +ensure_not_root + +echo NOT IMPLEMENTED YET +exit 1