From 5c28404999ce1dd8a9257edff6bb8d2df3dd81fd Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 22 Oct 2019 12:47:09 -0400 Subject: [PATCH] Minor code changes --- bastille-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastille-init b/bastille-init index 13ddd06..88d0f26 100755 --- a/bastille-init +++ b/bastille-init @@ -198,7 +198,7 @@ extension_upgrade() # Logging the update event. UPDATEVERSION=$(cat ${CWDIR}/version) echo "${DATE}: ${FULLAPPNAME} upgraded to ${UPDATEVERSION}" >> ${EXTLOGFILE} - echo "${APPNAME} upgraded to version ${UPDATEVERSION}" + echo "${FULLAPPNAME} upgraded to version ${UPDATEVERSION}" echo "${FULLAPPNAME} package upgrade completed!" else echo "${FULLAPPNAME} is on the latest version!"