From db88204a2808bc71084d497b00932113e09b0656 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Aug 2007 18:46:56 +0000 Subject: * The drop is locked in /etc/rc.firmware * Modify ttys after the correct file is moved into place --- tmp/post_upgrade_command | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tmp') diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index 7dbb87b..9563c65 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -3,10 +3,6 @@ touch /var/run/config.lock /etc/rc.conf_mount_rw -# Now turn on or off serial console as needed -php -f /tmp/post_upgrade_command.php - -rm /var/run/config.lock KERNELTYPE=`cat /boot/kernel/pfsense_kernel.txt` if [ $KERNELTYPE = "wrap" ]; then @@ -29,5 +25,7 @@ if [ -d /kernels ]; then rm -rf /kernels/* fi -rm /var/run/config.lock -/etc/rc.conf_mount_ro +# Now turn on or off serial console as needed +php -f /tmp/post_upgrade_command.php + + -- cgit v1.1