Blame view

scripts/DeleteUser.sh 183 Bytes
cb4b7775   Elena.Budnik   USERMANAGER TOOLS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

if [ $# -eq 0 ]
	then
		echo "user should be defined"
		exit
	fi

BASEDIR=$(dirname "$0")

. ${BASEDIR}/DDServer.env
 
	php ${USERMANAGER}/UserManager.php "delete" $1