Skip to content
Snippets Groups Projects
Commit e6b68d67 authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

satnogs-setup: Fix missing variable holding distribution codename

parent 545a9c5f
Branches oldstable
Tags 202209101535
No related merge requests found
...@@ -52,6 +52,7 @@ release_upgrade() { ...@@ -52,6 +52,7 @@ release_upgrade() {
} }
upgrade upgrade
release="$(lsb_release -c -s)"
if [ "$release" = "$CURRENT_CODENAME" ] && [ "$release" != "$LATEST_CODENAME" ]; then if [ "$release" = "$CURRENT_CODENAME" ] && [ "$release" != "$LATEST_CODENAME" ]; then
if whiptail \ if whiptail \
--yesno \ --yesno \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment