mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 02:05:11 +01:00
fix some vars
This commit is contained in:
@@ -113,8 +113,6 @@ thick_jail_check() {
|
||||
fi
|
||||
|
||||
# Set VERSION
|
||||
OLD_MINOR_VERSION=$(echo ${OLD_RELEASE} | sed -E 's/^[0-9]+\.([0-9]+)-.*$/\1/')
|
||||
OLD_MAJOR_VERSION=$(echo ${OLD_RELEASE} | grep -Eo '^[0-9]+')
|
||||
NEW_MINOR_VERSION=$(echo ${NEW_RELEASE} | sed -E 's/^[0-9]+\.([0-9]+)-.*$/\1/')
|
||||
NEW_MAJOR_VERSION=$(echo ${NEW_RELEASE} | grep -Eo '^[0-9]+')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user