forked from kiss-community/kiss
kiss: mask errors
This commit is contained in:
parent
14e0b287fc
commit
1ea013ea9f
8
kiss
8
kiss
@ -726,13 +726,13 @@ pkg_install() {
|
|||||||
*bin/rm|*bin/busybox|*bin/rsync|/etc/*) ;;
|
*bin/rm|*bin/busybox|*bin/rsync|/etc/*) ;;
|
||||||
*) rm -f "$KISS_ROOT/$file" ;;
|
*) rm -f "$KISS_ROOT/$file" ;;
|
||||||
esac
|
esac
|
||||||
done
|
done ||:
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install the package again to fix any non-leftover files being
|
# Install the package again to fix any non-leftover files being
|
||||||
# removed above.
|
# removed above.
|
||||||
rsync_pkg
|
rsync_pkg ||:
|
||||||
rsync_pkg
|
rsync_pkg ||:
|
||||||
|
|
||||||
# Reset 'trap' to its original value. Installation is done so
|
# Reset 'trap' to its original value. Installation is done so
|
||||||
# we no longer need to block 'Ctrl+C'.
|
# we no longer need to block 'Ctrl+C'.
|
||||||
@ -1002,7 +1002,7 @@ args() {
|
|||||||
|
|
||||||
# Print version and exit.
|
# Print version and exit.
|
||||||
v|ve|ver|vers|versi|versio|version)
|
v|ve|ver|vers|versi|versio|version)
|
||||||
log "kiss 0.5.11"
|
log "kiss 0.5.12"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Print usage and exit.
|
# Print usage and exit.
|
||||||
|
Loading…
Reference in New Issue
Block a user