diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-21 21:38:12 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-21 21:38:12 -0400 |
commit | 851f41843af062b44c1411b610c15848c3dcaf95 (patch) | |
tree | c3620c05ad3ab3fd0d836b7a939f05557ffbac9b | |
parent | 40a606961a07dde916f2c4da00321b3452035d53 (diff) | |
download | pfsense-851f41843af062b44c1411b610c15848c3dcaf95.zip pfsense-851f41843af062b44c1411b610c15848c3dcaf95.tar.gz |
Remove stray done
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -103,7 +103,6 @@ else SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1` /sbin/swapon -a 2>/dev/null >/dev/null fi -echo " done." if [ "$PLATFORM" = "cdrom" ] ; then mkdir /tmp/unionfs |