mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 00:30:05 +01:00
Fix shellcheck
This commit is contained in:
@@ -126,6 +126,7 @@ zfs_snapshot() {
|
||||
zfs_rollback() {
|
||||
# shellcheck disable=SC2140
|
||||
zfs rollback -r "${bastille_zfs_zpool}/${bastille_zfs_prefix}/jails/${_jail}"@"${TAG}"
|
||||
# shellcheck disable=SC2140
|
||||
zfs rollback -r "${bastille_zfs_zpool}/${bastille_zfs_prefix}/jails/${_jail}/root"@"${TAG}"
|
||||
_return=$?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user