GITLAB

CDPP / DDServer

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
10e40a5d8efaad28c2a593bba83c7739ab81e511
  • DDServer
  • scripts
  • AddUserGroups.sh
  • cb4b7775   USERMANAGER TOOLS Browse Code »
    Elena.Budnik
    7 years ago  
AddUserGroups.sh 199 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh

if [ $# -le 1 ]
	then
		echo "user and group[s] should be defined"
		exit
	fi

BASEDIR=$(dirname "$0")

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