source: sysconfig/zweat/usr/home/rvdzwet/jail-update.sh@ 389

Last change on this file since 389 was 389, checked in by Rick van der Zwet, 10 years ago

Trick used to update jails

  • Property svn:executable set to *
File size: 122 bytes
RevLine 
[389]1#!/bin/sh
2sudo freebsd-update fetch install
3for JAIL in /usr/jail/*; do
4 sudo freebsd-update fetch install -b $JAIL
5done
Note: See TracBrowser for help on using the repository browser.