Minor text updates (cf_cli).

This commit is contained in:
Ivan Davidov 2017-12-03 00:45:31 +02:00
parent f9bc0f9a99
commit 4bb0a6e3af

View File

@ -16,15 +16,15 @@ fi
cd $MAIN_SRC_DIR/source/overlay cd $MAIN_SRC_DIR/source/overlay
if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then
# Downloading cloud foundry compressed binary archive. The '-c' option allows the download to resume. # Downloading Cloud Foundry compressed binary archive. The '-c' option allows the download to resume.
echo "Downloading cloud foundry compressed binary archive from $DOWNLOAD_URL" echo "Downloading Cloud Foundry compressed binary archive from $DOWNLOAD_URL"
wget -O cf-cli.tgz -c $DOWNLOAD_URL wget -O cf-cli.tgz -c $DOWNLOAD_URL
else else
echo "Using local cloud foundry compressed binary archive $MAIN_SRC_DIR/source/overlay/cf-cli.tgz" echo "Using local cloud foundry compressed binary archive $MAIN_SRC_DIR/source/overlay/cf-cli.tgz"
fi fi
# Delete folder with previously prepared cloud foundry cli. # Delete folder with previously prepared cloud foundry cli.
echo "Removing cloud foundry cli work area. This may take a while." echo "Removing Cloud Foundry CLI work area. This may take a while."
rm -rf $WORK_DIR/overlay/$BUNDLE_NAME rm -rf $WORK_DIR/overlay/$BUNDLE_NAME
mkdir $WORK_DIR/overlay/$BUNDLE_NAME mkdir $WORK_DIR/overlay/$BUNDLE_NAME