Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
43390766
Commit
43390766
authored
Sep 13, 2012
by
p4u
Browse files
Changed name syntax for qmp_update.sh, check wiki page to know how it works
parent
69d6ab4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/etc/qmp/qmp_update.sh
View file @
43390766
...
...
@@ -61,7 +61,7 @@ qmp_update_get_checksum_from_image() {
qmp_update_extract_timestamp
()
{
image_name
=
"
$1
"
echo
"
$image_name
"
|
awk
-F
\-
'{print $
3
}'
|
awk
-F_
'{print $1}'
|
sed
s/
"
\.
.*"
//
echo
"
$image_name
"
|
awk
-F
\-
'{print $
4
}'
|
awk
-F_
'{print $1}'
|
sed
s/
"
\.
.*"
//
}
qmp_update_get_config
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment