Skip to content

Commit b861cf7

Browse files
committed
user input can have space in them
1 parent 4f74955 commit b861cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutrinet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ EOF
138138
create_yunohost_user() {
139139
echo "Creating the first YunoHost user..."
140140

141-
yunohost user create $username -f $firstname -l $lastname -m $email \
141+
yunohost user create $username -f "$firstname" -l "$lastname" -m $email \
142142
-q 0 -p $dummy_pwd
143143
}
144144

0 commit comments

Comments
 (0)