#!/bin/sh
USER="$3"
if [ "$USER" = "root" ]; then exit 0; fi
echo "Only the syncuser user may change revision properties" >&2
exit 1
USER="$3"
if [ "$USER" = "root" ]; then exit 0; fi
echo "Only the syncuser user may change revision properties" >&2
exit 1
0 comments:
Post a Comment