From caae9b2c61ae8e189e004e5f739190016e2e7b91 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 2 Aug 2007 18:46:44 +0000 Subject: * The drop is locked in /etc/rc.firmware * Modify ttys after the correct file is moved into place --- tmp/post_upgrade_command | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tmp/post_upgrade_command') diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index 7dbb87b..89ac36d 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -3,10 +3,7 @@ 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 +26,6 @@ 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