fixing return value
Signed-off-by: Andreas Elvers <andreas@work.de> Upstream-commit: 547dd4f95d032c8a2cb590a85767472e65e916db Component: engine
This commit is contained in:
@@ -47,7 +47,7 @@ pack() {
|
||||
}
|
||||
|
||||
save() {
|
||||
[ $SAVE -eq 1 ] || return
|
||||
[ $SAVE -eq 1 ] || return 0
|
||||
|
||||
tar --numeric-owner -C $ROOTFS -c . | xz > rootfs.tar.xz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user