mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 05:30:18 +00:00
Ok, finally fixed it for good
This commit is contained in:
4
makeuser
4
makeuser
@@ -88,9 +88,9 @@ case $1 in
|
||||
echo "- include: users/$YAML_FILE" >> $REPO_LOCATION/roles/shell/tasks/users.yml
|
||||
place=`pwd`
|
||||
cd $REPO_LOCATION
|
||||
git add $REPO_LOCATION/roles/shell/tasks/users.yml
|
||||
git add $REPO_LOCATION/roles/shell/tasks/users/$1.yml
|
||||
git commit -am "Adding user $1"
|
||||
# git push
|
||||
git push
|
||||
cd $place
|
||||
# End Thunix specific section
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user