Skip to content
Snippets Groups Projects
Commit 568cfbf3 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: ensure version stamp dir existence

parent d508728d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ UPGRADE_DIR=/lib/gluon/upgrade
VERSION_DIR=/lib/gluon/version
mkdir -p "$VERSION_DIR"
version_of() {
opkg status "gluon-$1" | grep '^Version: ' | cut -d' ' -f 2
}
......
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