--- mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-resolver.in 2015/08/24 12:25:43 2353 +++ mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-resolver.in 2015/08/24 14:11:26 2356 @@ -18,12 +18,12 @@ if [[ -e ${STOREBROWSE_EXECUTABLE} ]] then BROWSER=${STOREBROWSE_EXECUTABLE} - ADDSTORE_REQUIERED=1 + ADDSTORE_REQUIRED=1 # use old pnabrowse elif [[ -e ${PNABROWSE_EXECUTABLE} ]] then BROWSER=${PNABROWSE_EXECUTABLE} - ADDSTORE_REQUIERED=0 + ADDSTORE_REQUIRED=0 else echo "No Citrix browser found." exit 1 @@ -95,7 +95,7 @@ case ${CMD} in enumerate) # enumerate apps - if [[ ${ADDSTORE_REQUIERED} = 1 ]] + if [[ ${ADDSTORE_REQUIRED} = 1 ]] then storefront_add_store fi @@ -111,7 +111,7 @@ " & fi - if [[ ${ADDSTORE_REQUIERED} = 1 ]] + if [[ ${ADDSTORE_REQUIRED} = 1 ]] then storefront_add_store storefront_subscribe_app