Update freshinstall-ubuntu.yml

This commit is contained in:
kneutron 2020-05-28 22:18:29 -05:00 committed by GitHub
parent 761301bac3
commit c04fd4c8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@
shell: apt-file update
- name: if zfs module loaded, display importable pools
shell: [ $(lsmod |grep -c zfs) -gt 0 ] && zpool import
shell: "[ $(lsmod |grep -c zfs) -gt 0 ] && zpool import"
args:
executable: /bin/bash