diff options
Diffstat (limited to 'tmp/post_upgrade_command')
-rwxr-xr-x | tmp/post_upgrade_command | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index 89ac36d..9170821 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -3,8 +3,6 @@ touch /var/run/config.lock /etc/rc.conf_mount_rw - - KERNELTYPE=`cat /boot/kernel/pfsense_kernel.txt` if [ $KERNELTYPE = "wrap" ]; then if [ -f /kernels/kernel_wrap.gz ]; then @@ -29,3 +27,5 @@ fi # Now turn on or off serial console as needed php -f /tmp/post_upgrade_command.php +# Remove any previous MD5 sum files +rm -f /root/*.md5 |