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
|
end
|
||||||
|
|
||||||
if [ -z "$content" ]
|
if [ -z "$content" ]
|
||||||
read -l content
|
read -z content
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in a new issue