panel: fix param
This commit is contained in:
parent
a0f3d841e1
commit
e1a597ec12
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ check_df() {
|
|||
|
||||
if [[ "$root_dev" != "$home_dev" ]]
|
||||
then
|
||||
df+=" $USER:$(df --output pcent "$HOME" | tail -n+2 | xargs)"
|
||||
df+=" $USER:$(df --output=pcent "$HOME" | tail -n+2 | xargs)"
|
||||
fi
|
||||
|
||||
update df "$df"
|
||||
|
|
Loading…
Add table
Reference in a new issue