Minor code adjustment
This commit is contained in:
+3
-2
@@ -197,6 +197,7 @@ extension_upgrade()
|
|||||||
# Logging the update event.
|
# Logging the update event.
|
||||||
UPDATEVERSION=$(cat ${CWDIR}/version)
|
UPDATEVERSION=$(cat ${CWDIR}/version)
|
||||||
echo "${DATE}: ${FULLAPPNAME} upgraded to ${UPDATEVERSION}" >> ${EXTLOGFILE}
|
echo "${DATE}: ${FULLAPPNAME} upgraded to ${UPDATEVERSION}" >> ${EXTLOGFILE}
|
||||||
|
echo "${APPNAME} upgraded to version ${UPDATEVERSION}"
|
||||||
echo "${FULLAPPNAME} package upgrade completed!"
|
echo "${FULLAPPNAME} package upgrade completed!"
|
||||||
else
|
else
|
||||||
echo "${FULLAPPNAME} is on the latest version!"
|
echo "${FULLAPPNAME} is on the latest version!"
|
||||||
@@ -232,12 +233,12 @@ platform_check()
|
|||||||
# Check for working platform.
|
# Check for working platform.
|
||||||
if [ "${PRDPLATFORM}" = "x64-embedded" ]; then
|
if [ "${PRDPLATFORM}" = "x64-embedded" ]; then
|
||||||
create_addon_env
|
create_addon_env
|
||||||
#ext_initial_download
|
ext_initial_download
|
||||||
bastille_initial_download
|
bastille_initial_download
|
||||||
sys_symlinkdir
|
sys_symlinkdir
|
||||||
elif [ "${PRDPLATFORM}" = "x64-full" ]; then
|
elif [ "${PRDPLATFORM}" = "x64-full" ]; then
|
||||||
create_addon_env
|
create_addon_env
|
||||||
#ext_initial_download
|
ext_initial_download
|
||||||
bastille_initial_download
|
bastille_initial_download
|
||||||
sys_symlinkdir
|
sys_symlinkdir
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -3,5 +3,6 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
0.0.3......Minor code adjustment.
|
||||||
0.0.2......Added addon preview page.
|
0.0.2......Added addon preview page.
|
||||||
0.0.1......First Release.
|
0.0.1......First Release.
|
||||||
|
|||||||
Reference in New Issue
Block a user