Skip to content

Commit

Permalink
preparing 2.6.3 update
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Stefal committed Jan 26, 2025
1 parent 6cab957 commit 948f97a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
# Version
version=2.6.2
version=2.6.3
# Rtkbase upgrade mandatory "checkpoint"
checkpoint_version=2.7.0
# User who runs str2str_file service
Expand Down
6 changes: 5 additions & 1 deletion tools/rtkbase_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,13 @@ upd_2.6.1() {
rm /lib/systemd/system/firstboot.service
systemctl daemon-reload
fi
upd_2.6.2 "$@"
}

upd_2.6.1() {
upd_2.6.2() {
echo '####################'
echo 'Update from 2.6.2'
echo '####################'
#Remove firstboot service from the Raspberry 2.5 and 2.6 images
#This service should have been removed after the first boot, but
# wasn't and was stopping various RTKBase services at each boot.
Expand Down

0 comments on commit 948f97a

Please sign in to comment.