diff --git a/abra b/abra index a91e44f..1e4feb2 100755 --- a/abra +++ b/abra @@ -448,7 +448,7 @@ sub_app_new (){ if [ -z "$SERVER" ]; then echo "Where would you like to put $APP?" - select SERVER_ITEM in "${SERVERS[@]##*/}"; do + select SERVER_ITEM in "${SERVERS[@]##*/}"; do if [ 1 -le "$REPLY" ] && [ "$REPLY" -le ${#SERVERS[@]} ]; then SERVER="$SERVER_ITEM" success "Selected server ${SERVER}"