there's no /boot on OpenBSD

This commit is contained in:
Daniel Jakots 2017-09-07 11:05:34 -04:00
parent 5c8e46491a
commit d31bec4eb7

View file

@ -184,7 +184,7 @@ BEGINNING=$(/bin/date +"%d-%m-%Y ; %H:%M")
if [ "$SYSTEM" = "linux" ]; then
rep="/bin /boot /lib /opt /sbin /usr"
else
rep="/bsd /bin /boot /sbin /usr"
rep="/bsd /bin /sbin /usr"
fi
rsync -avzh --stats --delete --delete-excluded --force --ignore-errors --partial \