Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
bb503b9030
commit
c9cdb6d4b9
@ -72,7 +72,7 @@ _mnt_sfs() {
|
||||
|
||||
# in case we have pv use it to display copy progress feedback otherwise
|
||||
# fallback to using plain cp
|
||||
if [ -x /usr/bin/pv ]; then
|
||||
if command -v pv > /dev/null 2>&1; then
|
||||
echo ""
|
||||
(pv "${img}" > "/run/archiso/copytoram/${img_fullname}")
|
||||
local rc=$?
|
||||
|
Loading…
Reference in New Issue
Block a user