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
f1652509
Commit
f1652509
authored
Jul 26, 2013
by
p4u
Browse files
Remove Alix patch in qmp_upgrade.sh since it is not longer needed
parent
35f04918
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_update.sh
View file @
f1652509
...
...
@@ -161,7 +161,6 @@ qmp_update_upgrade_system() {
read
-p
"Do you want to upgrade system using image
$image_url
? [N,y] "
a
if
[
"
$a
"
==
"y"
]
;
then
echo
"Upgrading..."
[
$(
echo
$image_url
|
grep
Alix
-c
)
-eq
1
]
&&
{
echo
"Detected Alix, applying sysupgrade patch..."
;
rm
-rf
/overlay/
*
2>/dev/null
;
}
[
-n
"
$config
"
]
&&
sysupgrade
-f
$config
$output_image
[
-z
"
$config
"
]
&&
sysupgrade
-n
$output_image
else
...
...
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