mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Record prior version
This commit is contained in:
parent
39346bbfce
commit
6e52053bda
@ -1,3 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Record the previous version
|
||||
PRIOR_VERSION=`uname -r | cut -d'.' -f1`
|
||||
echo $PRIOR_VERSION > /tmp/pre_upgrade_version
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user