diff --git a/plugins/app-json/internal-functions b/plugins/app-json/internal-functions index c6c3694d7..d4750b4ad 100755 --- a/plugins/app-json/internal-functions +++ b/plugins/app-json/internal-functions @@ -58,7 +58,6 @@ execute_script() { COMMAND+=" for file in /app/.profile.d/*; do source \$file; done ; " COMMAND+=" fi ; " COMMAND+=" if [[ -d '/cache' ]]; then " - COMMAND+=" echo restoring installation cache... ; " COMMAND+=" rm -rf /tmp/cache ; " COMMAND+=" ln -sf /cache /tmp/cache ; " COMMAND+=" fi ; " @@ -73,7 +72,6 @@ execute_script() { COMMAND+=" $SCRIPT_CMD || exit 1;" COMMAND+=" if [[ -d '/cache' ]]; then " - COMMAND+=" echo removing installation cache... ; " COMMAND+=" rm -f /tmp/cache ; " COMMAND+=" fi ; "