mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
cl.update: fix version syntax
This commit is contained in:
@@ -18,7 +18,7 @@ mode="$1"
|
||||
|
||||
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM
|
||||
# comment will be shown as "BEWARE Info" when option is choosen (can be multiple lines)
|
||||
clUpdateVersion="v0.10.1" # example: v0.10.1 .. keep empty if no newer version as sd card build is available
|
||||
clUpdateVersion="0.10.1" # example: v0.10.1 .. keep empty if no newer version as sd card build is available
|
||||
clUpdateComment="Please keep in mind that downgrading afterwards is not tested. Also not all additional apps are fully tested with the this update - but it looked good on first tests."
|
||||
|
||||
# GATHER DATA
|
||||
@@ -79,7 +79,7 @@ if [ "${mode}" = "verified" ]; then
|
||||
|
||||
|
||||
if [ ${#clUpdateVersion} -gt 0 ];then
|
||||
/home/admin/config.scripts/cl.install.sh update ${clUpdateVersion}
|
||||
/home/admin/config.scripts/cl.install.sh update v${clUpdateVersion}
|
||||
else
|
||||
/home/admin/config.scripts/cl.install.sh on
|
||||
fi
|
||||
|
Reference in New Issue
Block a user