Minor code adjustment

This commit is contained in:
Jose
2019-10-01 17:38:57 -04:00
parent 433817abb8
commit 54384579ec
3 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -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
+1
View File
@@ -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.
+1 -1
View File
@@ -1 +1 @@
0.0.2 0.0.3