Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
manjaro-architect
Commits
af5bda6c
Commit
af5bda6c
authored
Mar 28, 2017
by
Bernhard Landauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing 'then'
parent
e8a2f379
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/util-disk.sh
lib/util-disk.sh
+1
-1
No files found.
lib/util-disk.sh
View file @
af5bda6c
...
...
@@ -779,7 +779,7 @@ lvm_del_vg() {
lvm_del_all
()
{
# check if VG exist at all
if
[[
$(
lvs
)
==
""
]]
;
if
[[
$(
lvs
)
==
""
]]
;
then
DIALOG
"
$_ErrTitle
"
--msgbox
"
\n
$_LvmVGErr
\n
"
0 0
return
0
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment