summaryrefslogtreecommitdiff
path: root/plugins/users
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-08-02 23:46:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:13 -0600
commit8a3cca551e412d3bd5cfddc6aa73c4f97edb483f (patch)
treee037e51af44a70d19a86fc70ae2853d654e1147d /plugins/users
parentfd5bf0ecb44eaae6ab24773629bacf1797d180b6 (diff)
I can now check out from the repo!
Diffstat (limited to 'plugins/users')
-rw-r--r--plugins/users/mkuser.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/users/mkuser.sh b/plugins/users/mkuser.sh
index de4aeea..f07235b 100644
--- a/plugins/users/mkuser.sh
+++ b/plugins/users/mkuser.sh
@@ -10,7 +10,9 @@ ver='0.7.0'
# Originally written by Luke Shumaker <lukeshu@sbcglobal.net>.
read -p 'username: ' author
+echo "$author"
read -p 'give copyright to: ' owner
+echo "$owner"
if [ "$owner" != 'Public Domain' ]; then
read -p 'use the license: ' license
else