Fix broken profile creation
This commit is contained in:
parent
022f5bfb5a
commit
e580446ca6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ begin
|
|||
end
|
||||
|
||||
if [ -z "$content" ]
|
||||
read -l content
|
||||
read -z content
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue