From 578fc43d2a635ce216bdffbdd705a8b39adc67f7 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 4 Apr 2019 01:55:01 +0000 Subject: [PATCH] Ok, finally fixed it for good --- makeuser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeuser b/makeuser index 891a0c4..767cbe6 100755 --- a/makeuser +++ b/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 ;;