Skip to content

Commit

Permalink
chore: change filepath of image info manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 21, 2023
1 parent 7963bc1 commit a3a3691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/ublue-update.d/system/00-system-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ check_for_rebase() {
}

if [ -x /usr/bin/rpm-ostree ]; then
IMAGE_REF_FILE='/var/home/user/ublue-image-info.json'
IMAGE_REF_FILE='/usr/share/ublue-os/image-info.json'
check_for_rebase $IMAGE_REF_FILE
/usr/bin/rpm-ostree upgrade
fi

0 comments on commit a3a3691

Please sign in to comment.